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
Hello @ all
well I am new to XML/XSLT and have problem with transforming an xml document. I need to delete the content of an element and to copy the rest of the file.
For example:
<Name>
<Barbie>
</Name>
<Age>
<21>
</Age>
<Location>
<Japan>
</Location>
I need this result:
<Name>
<Barbie>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.