This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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@unisvr.net.tw


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]