Referencing multiple XML documents...
Hello all, I'm an XML noob trying to do a little work with an online software build version change log for the company I work for. Basically my problem is that I have an XML document that contains build information (build version and then the path to another folder with the specifics of that build version in it's own separate XML file). I am creating an XSL document to format the build information, and I need to know how to reference elements in a different XML file, whose path is located in a <file> element. I've never tried to use more than one XML document at a time and I'd really appreciate some suggested solutions to get to the elements in an XML file that's URL is located in an element of the XML file my XSL is working with. Sorry if my description sucks, I'm totally new to this whole XML/XSL thing.
Thanks!
|