Hi People,
I want to transform this XML document:
<?xml version="1.0" encoding="UTF-8"?>
<notification-history-response xmlns="http://checkout.google.com/schema/2" serial-number="ca8575fb-fa68-4657-bd67-9c65be145a84">
<notifications>
<order-state-change-notification...
Hello there,
I have the following, very basic, XML Document:
<ROWSET>
<ROW>
<START_DATE>2009-02-14T00:00:00Z</START_DATE>
<END_DATE>2009-02-20T23:59:59Z</END_DATE>
</ROW>
</ROWSET>
I want to apply an XSLT to transform it into the following:
<?xml version="1.0" encoding="utf-8"?>...
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.