This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pre process xml that is imported via document()


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]