|
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
|
Title: Message
- [dom4j-user] XSL David Hooker
- James Strachan
