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

Subject: RE: [xsl] Re:FW: How to realize document()
From: "Kumar, Yaswanth" <yaswanth.kumar@xxxxxxx>
Date: Thu, 20 Sep 2001 02:28:19 -0500
Hi Yang,

Thanks for the pointer!

But still I am unable to see the data in IE.  Is there anything I need to
have with IE to realize this?

Regards

Yash

-----Original Message-----
From: Yang [mailto:sfyang@xxxxxxxxxxxxx]
Sent: Thursday, September 20, 2001 12:26 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Re:FW: How to realize document()


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

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


Current Thread