xsl-list
[Top] [All Lists]

[xsl] parsing entity references in xslt 2.0

2009-09-22 10:48:34
Hi

I am having difficulties trying to parse entity references in an xml file.

Here is the sample input:

<!--<!DOCTYPE training PUBLIC "" ""[

<!ENTITY g1 SYSTEM "28245.tif" NDATA ccitt4>
]>-->

<tag>

Please refer to <ref gref="g1"/> for detailed instructions

</tag>

The XML is far more complicated than this, so I just pasted a snippet
only. BAsically, in my XSLT style sheet, how do I parse the <ref
gref="g1"/> ?

Any input is appreciated.

Thanks.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>