K
Karsten
Hello
How do I copy most of a xml file, but change a few attributes and/or
elements based on a xpath?
How do I make the xslt file?
I know this description isn't much, but here is a small example
<root>
...
<element atr="value"/>
...
</root>
to
<root>
...
<element atr="*new value*"/>
...
</root>
How do I copy most of a xml file, but change a few attributes and/or
elements based on a xpath?
How do I make the xslt file?
I know this description isn't much, but here is a small example
<root>
...
<element atr="value"/>
...
</root>
to
<root>
...
<element atr="*new value*"/>
...
</root>