[xsl] Re:FW: How to realize document()

Subject: [xsl] Re:FW: How to realize document()
From: "Yang" <sfyang@xxxxxxxxxxxxx>
Date: Thu, 20 Sep 2001 14:56:23 +0800
Hi,   Kumar
 
You forget quotation sign around xml file name
instead of 
<xsl:variable name="vartest" select="document(source.xml)" />
you should write as
<xsl:variable name="vartest" select="document('source.xml')" />

Cheers,

Sun-fu Yang

sfyang@xxxxxxxxxxxxx


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


Current Thread