[
Lists Home |
Date Index |
Thread Index
]
[xml-dev] find and replace using xpathThere are several, including XSLT
(which always produces a new document), or XUpdate from the XMLDB project
(which can modify in place) and some years from now, a future version of XML
Query (see W3C spec http://www.w3.org/XML/Query).
Jeff
----- Original Message -----
From: Wannheden, Knut
To: XML Dev
Sent: Friday, January 31, 2003 5:12 AM
Subject: [xml-dev] find and replace using xpath
Hi,
I was wondering if anybody knows about a tool that will let me find and
replace stuff in an XML document using XPath. Finding things using XPath
seems to be integrated in many XML IDEs, but I've never seen the ability to
replace the matches then... Ideally it should be possible to specify the
replacement as a relative XPath.
|