Forum Moderators: open

Message Too Old, No Replies

Another Namespace Question

Accessing Data in s Separate XML File

         

Charlie Chan

11:26 pm on Apr 10, 2005 (gmt 0)

10+ Year Member



Does someone have a simple example of using a namespace to provide the data for an XSLT document to parse, where the data is not in the opening XML document?

Example:
A file named main.xml only calls the file parse.xsl to parse data that is stored in a file named data.xml. I have been wrestling with namespaces in an effort to get the parse.xsl file to access the data in data.xsl but have had no success other than a blank page loading.