Click to See Complete Forum and Search --> : XML XSLT (& JAVA) - transformation not happening.


BasilBear
07-01-2009, 06:39 AM
Hello world.

I have written a Java program that takes an xml file and an xslt file (both attached although renamed), and transforms the xml as I want to see it (see invoice.jpg att) and plops the resultant html on a panel for viewing in a Java app - lovely.

I am puzzled about why the xml doc does not transform in the same way when viewed in my browser. (IE for test purposes).

I bet one of you knows why! Would you be so kind as to enlighten me please?

Thanks for looking.

BB - "a bear of little brain - and even less idea of how to use it"

BasilBear
07-01-2009, 09:53 AM
It turns out that the following within the root element was stopping IE from parsing the doc:
xmlns="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01"