Re: [xsl] processing of xml embedded in string

Subject: Re: [xsl] processing of xml embedded in string
From: Christian Wittern <cwittern@xxxxxxxxx>
Date: Mon, 31 Mar 2008 22:22:49 +0900
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


Current Thread