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>
</Name>
<Age>
<>
</Age>
<Location>
<Japan>
</Location>
it would be great if someone could help me out.
THX
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>
</Name>
<Age>
<>
</Age>
<Location>
<Japan>
</Location>
it would be great if someone could help me out.
THX