Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XSLT document() function

843834Sep 25 2001 — edited Sep 25 2001
Hi!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2001
Added on Sep 25 2001
1 comment
146 views