XSLT document() function
843834Sep 25 2001 — edited Sep 25 2001Hi!
I have created a few XSL files as the dynamic stylesheets. Now I want to merge all stylesheets into one main stylesheet, say to mege header.xsl, content.xsl, footer.xsl into homepage.xsl.
One way is to handle these processes in JSP by using XSLTProcessor.process() one at a time but it seems to be quite messy.
Now I find an alternative ( I guess) to use document() function in XSLT but I can't find an example for this.
Can someone helps me how to handle this... e.g. header.xsl into homepage.xsl?
Albert