xsl-list
[Top] [All Lists]

Re: [xsl] Create XML from XPath expressions

2009-08-18 05:47:37
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

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