Title: Message
Hi Dave
 
Elliotte Rusty Harold maintains a list of XML related mail lists...
 
 
in particular there's the xsl-list
 
 
In XSLT you can use the document() function to parse arbitrary documents. (dom4j & Jaxen support the document() function too).
 
e.g.
 
<xsl:for-each select="document('foo.xml')//bar">
    ...

James
----- Original Message -----
Sent: Wednesday, December 05, 2001 11:00 PM
Subject: [dom4j-user] XSL

I know this isn't a general XSL list... if there is one out there, what is it?
 
Anyway, I have a question.  Is there a way to transform multiple input documents using an XSL file, generating a single, aggregated output document?  I know how I'd do this using dom trees (selecting the nodes from the input trees and building an output tree "by hand"), but I was wondering if there is an XSL-based way of doing this.
 
Thanks...
 
-dave-

Reply via email to