Re: [xsl] Create XML from XPath expressions

Subject: Re: [xsl] Create XML from XPath expressions
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2009 11:47:06 +0200
Heiko Niemann schrieb:

<Difference>
<Type>update</Type>
<Path>/item/street</Path>
<NodeType>Element</NodeType>
<NodeName>street</NodeName>
<NewValue>2020 Washington Ave.</NewValue>
</Difference>

Now I want to build a new xml based on the XPath expressions in each
Path element just using XSLT.

Moin Heiko,


I think you need an eval function to achieve what you want, which seems
to be dynamically evaluating XPath expressions supplied as strings.

You might want to take a look at Saxon's saxon:evaluate() extension
function.

http://www.saxonica.com/documentation/extensions/functions.html

--
Michael Ludwig

Current Thread