> <xsl:variable name="lookup" select="document(file.xml)"/>

> Than you can access the elements with this XPATH: $lookup/root.

That'll work if file.xml has a top-level element named root. The actual 
root node of the result tree fragment contained in the $lookup variable is 
just $lookup/

A nit pick but it does sometimes matter.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to