hello all
I have a problem renaming attributes:
simple example.
<rootElement>
<Element1 one="id1" two="id2"> test1.com/>
<rootElement/>
and i need that:
<rootElement>
<Element1 one="id1" two="id3"> test1.co.uk/>
<rootElement/>
is that possible.
I appreciate any help..
greetings
I have a problem renaming attributes:
simple example.
<rootElement>
<Element1 one="id1" two="id2"> test1.com/>
<rootElement/>
and i need that:
<rootElement>
<Element1 one="id1" two="id3"> test1.co.uk/>
<rootElement/>
is that possible.
I appreciate any help..
greetings