Jump to content

XSLT and Entities


Rob

Recommended Posts

  I'm using XSLT to take XML and output to different XML.
 
  One node has
 
  <pronounce>&abreve;-b&umacr;s&prime; d&emacr;-t&ebreve;r&prime;&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:

&abreve;-b&umacr;s&prime; d&emacr;-t&ebreve;r&prime;&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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...