Rob 0 Posted May 13, 2020 Report Share Posted May 13, 2020 I'm using XSLT to take XML and output to different XML. One node has <pronounce>ă-būs′ dē-t&ebreve;r′&ebreve;nt</pronounce> This <xsl:value-of select="$storage/mainentry/pronounce[1]" disable-output-escaping="yes"/> Only outputs -bs d-trnt but I want it to output exactly what's in the document: ă-būs′ dē-t&ebreve;r′&ebreve;nt Or even transform the entities to the HTML equivalents. Those entities are not declared in the document. Is there a way to add a declaration to the style sheet? I cannot add the declaration to each of the thousands of documents. Many thanks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.