xsl-list
[Top] [All Lists]

Re: [xsl] processing of xml embedded in string

2008-03-31 06:23:19
Michael Kay wrote:
You need to take the string contained in the text node, and parse it as an
XML document to create a tree of nodes. To do that you need to invoke an XML
parser. There is no standard XSLT facility to do this from within XSLT. You
can do it in Saxon using the saxon:parse() extension function, and in other
products using user-written extension functions.

Great, this did the trick!  Thanks a lot!

Christian

--

Christian Wittern Institute for Research in Humanities, Kyoto University
47 Higashiogura-cho, Kitashirakawa, Sakyo-ku, Kyoto 606-8265, JAPAN


--~------------------------------------------------------------------
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>