|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] entity referenced but not declared.
Hello there!
I have following case: In an xsl file I define a xsl:param as <xsl:param name="copyright">Copyright © 2002-2006 ...</xsl-param> somewhere later in another xsl importing the first one I do <fo:block text-align="center">
<xsl:value-of select="$copyright"/>
</fo:block>the resulting output shows: <fo:block text-align="center">Copyright © 2002-2006 ...</fo:block> and there is the problem for fop transformation: SAXParseException: The entity "copy" was referenced, but not declared. why does xslt (Xalan and Saxon tested) transform © to © and how do I avoid that? Kind regards, Kai
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







