What is the fastest way to add/replace a single attribute in an XML document. Regexps aren't stable for use in XML documents and XSLT isn't fast enough.
views:
31answers:
1
A:
string together an XmlReader and XmlWriter and while you loop through the nodes, look for the target node you want to change.
Sam
2010-02-19 15:01:58
Could you provide some kind of code snippet?
kalle
2010-02-19 15:18:24