XInclude of XML document with XSLT instruction
Posted: Thu Feb 08, 2007 4:47 pm
Hello!
I have XML documentA with XSLT processing_instructionA declared inside it (on the second line). Then I have XML documentB with XSLT processing_instructionB declared inside it (on the second line) with no its ow content, but XInclude element (on the third line). This XInclude element includes XML documentA as parse="xml".
But when XML documentA is included into XML documentB, XSLT processing_instruction A is not applied on XML documentA (it is not transformed before inclusion). Should documentA be transformed before inclusion or not?
I want to simulate XMLFilters as described in Xalan samples but not with Java programming. See http://xml.apache.org/xalan-j/samples.h ... xmlfilters what I want to do without Java programming (just using XSLT processor). Is it possible?)
Thank You. Stepan
I have XML documentA with XSLT processing_instructionA declared inside it (on the second line). Then I have XML documentB with XSLT processing_instructionB declared inside it (on the second line) with no its ow content, but XInclude element (on the third line). This XInclude element includes XML documentA as parse="xml".
But when XML documentA is included into XML documentB, XSLT processing_instruction A is not applied on XML documentA (it is not transformed before inclusion). Should documentA be transformed before inclusion or not?
I want to simulate XMLFilters as described in Xalan samples but not with Java programming. See http://xml.apache.org/xalan-j/samples.h ... xmlfilters what I want to do without Java programming (just using XSLT processor). Is it possible?)
Thank You. Stepan