Re: XSL:FO Lien d'un pdf vers un pdf distant

Thibaud Elzière <[email protected]>
Newsgroups gmane.text.xml.french.tech
Message-ID <[email protected]>
Bonjour,

J'ai une petite question, je voudrais transformer via XSLT une fichier 
XML contenant dans le champs description du html en HTML

<description><a href="#">Hello</a></description>

J'utilise XSLTProcessor via PHP et une feuille de style XSLT :

    <xsl:template   match="item">
    <xsl:value-of disable-output-escaping="yes" select="description" />
    </xsl:template>


Qui renvoie en html "Hello" en ayant enlevé les balise HTML, comment 
faire pour lui forcer à les conserver et donc afficher le lien ?

merci

Thibaud
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.