[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



