I have document grandchild.xml whose result after being processed with granchild.xsl must be forwarded to child.xsl, then it must be finally processed and output by parent.xsl.
I have tried adding an xml-stylesheet element to the result document, expecting it to processed using by the referenced XSL stylesheet, but nothing happened.
What is the correct declaration to accomplish this task? I have searched a lot on Internet, with no results.
Unless anybody knows any better, I believe the ability to recursively process XSLT output on a browser is impossible.
To prove it, I have just tried the following in IE8, FF14 and Chrome…
level1.xml
level1.xsl
level2.xsl
The result from all 3 browsers is simply to display
Level 2: Level 1 Data.