Subject: RE: using xsl on two xml at the same time
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 9 Apr 2003 19:30:45 +0100
|
> <xsl:variable name="doc2" select="document('d:\foo.xml')" />
The argument to the document() function must be a URI, so this should
fail. Though some processors might accept a Windows filename in place of
a URI, they are wrong to do so.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|