I'm new to the entire XSL world so I run into some things that I know are second nature to other people. I can AWK & PERL with the best of them..this is just a new world...
WIth that said I am having a problem with the reference point of an XSL stylesheet when using the document function. I am exporting an XML file from an application using a stylesheet. I need to include some other XML data in that final export...so far..no problem.
If I export the document into the same directory I am running from and the import-document is in that directory, of if the import document is relative, i.e. doccfg/import-document.xml, then things will work.
However, if I want the export document to go to another directory, such as export/, then it appears that the reference point of my stylesheet somehow changes to the export directory rather than the directory where I am running from.