Just a quick observation on a statement being repeated in several messages -
namely that a single XSL file cannot process multiple XML documents.
This is not actually true - it might not be a standard capability of all
XSLT processors but LotusXSL comes with specific examples for handling
multiple documents.
I used this technique in one scenario to perform multi-lingual support for
all my generated HTML by looking up current "label" nodes in an external
*labels.xml* file.
The line looked something like ....
<xsl:value-of
select="document('labels.xml')/LABELS/LABEL[@name=current()/@name]/*[name()=
$language]" /></xsl:variable>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets