Hi,
I have the following xml.
<Contact>
<Item>
<userid>micky</userid>
<password>micky</password>
</Item>
</Contact>
I want to create such a xslt so that resultant xml document will be same as
above but with different values.
somthing like below
<Contact>
<Item>
<userid>some</userid>
<password>some</password>
</Item>
</Contact>
Please help...............
Regards,
Micky
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt