GNOME Bugzilla – Bug 349036
XSL function'document()' don't do correctly.
Last modified: 2006-07-28 07:39:23 UTC
Please describe the problem: for example, here is a tag "<xsl:variable name="attachment" select="document($attach-fname)"/>". $attach-fname is a xml filename path(ex. c:\xmldata\test.xml). However, document() don't load 'c:\xmldata\test.xml' and several space characters are outputed to a transformed text file. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Read the spec before stating the software is in error, get a clue !!! The argument to document is an *URI* not a windows file path. Absolutely not critical, apparently not a bug (or provide a reproduceable test case) closed unless reproduceable informations are given as per instructed in http://xmlsoft.org/XSLT/bugs.html Daniel