Can you post an example up so forum users can more clearly see what you're trying to do? That way, you might be able to get some more specific help.
What you've asked so far is very general, and more suited to reading a book about the subject.
Thank tsuji. I'll have a play with that later. ;)
I'd got around by loading every "order-state-change-notification" element into an Oracle Global Temporary tables (contents stored in memory), and then using SQL to do the grouping and eliminate the redundant state-change elements.
I'd like to...
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...
Just tried that XSLT. It didn't work; got the same error message.
Thanks for your help anyway. It has been extremely informative.
I will post the new question in the Oracle forum.
Hello again,
Thanks for another helpful response. However, was that XSLT supposed to remove the "gc" prefix from the tags in the output XML file? If so, it didn't work. I got the following output running a transformation against it in the Saxon 1.X browser in XML Exchanger:
<?xml version="1.0"...
Hi Mate,
Thanks for your response. I constructed the following stylesheet from it:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns="http://checkout.google.com/schema/2">
<xsl:output method="xml"/>
<xsl:template...
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.