xsl-list
[Top] [All Lists]

RE: using xsl on two xml at the same time

2003-04-09 11:30:45
   <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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>