scheduleboy
Programmer
Hi,
I'm have an XML document that models an invoice from our company.
I also have developed a XSL file to transform the XML and display it nicely formatted in a web browser.
The above works well and I'm very happy with it.
I now want to include our company's URL as a namespace, I declare it as in the root node of my XML document, as per a tutorial I've read - it therefore becomes the default namespace? But now my XSL conversion just gives the XHMTL output with no data.
So what do I need to do to my XSL file to allow it to process the XML with the namespace?
Examples greatly appreciated...
Thanks
Jim
I'm have an XML document that models an invoice from our company.
I also have developed a XSL file to transform the XML and display it nicely formatted in a web browser.
The above works well and I'm very happy with it.
I now want to include our company's URL as a namespace, I declare it as in the root node of my XML document, as per a tutorial I've read - it therefore becomes the default namespace? But now my XSL conversion just gives the XHMTL output with no data.
So what do I need to do to my XSL file to allow it to process the XML with the namespace?
Examples greatly appreciated...
Thanks
Jim