[xsl] pre process xml that is imported via document()

Subject: [xsl] pre process xml that is imported via document()
From: "Joeri Belis" <joeri.belis@xxxxxxxxxxxx>
Date: Wed, 26 Jun 2002 17:06:37 +0200
ENV: Saxon,

This is my processing structure:

file1.xml                file2.xml
    \                            /
        \                    document('file2.xml')
            \            /
            processing xslt

now i need to pre process file2.xml before it can be processed in my main
xslt

file1.xml                        file2.xml
    \                                    /
        \                            pre process
            \                        /
                \                    document('file2.xml')
                    \            /
                  processing xslt

How can i do this in one go. I don't want to call saxon twice.

The pre processing should add some nodes to file2.xml

Thank you for any feedback,
Joeri



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread