|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Problem with Entities
I have this entity declaration in my dtd: <!ENTITY V1p93 SYSTEM "V1p93.jpg" NDATA JPEG> an input xml of: <figure entity="V1p93"/> And run it through this xslt expression:
<xsl:template match="figure">
<fo:external-graphic src="url("{@entity}")"/>
</xsl:template>I was expecting that the output would be like this <fo:external-graphic src="url("V1p93.jpg")"/> but the ouput i got was: <fo:external-graphic src="url("V1p93")"/> it seems that the entity was not resolved. I'm using xslt 2.0 and saxon. -- *Jeff Sese*
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! 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
|






