After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349036 - XSL function'document()' don't do correctly.
XSL function'document()' don't do correctly.
Status: RESOLVED INVALID
Product: libxslt
Classification: Platform
Component: general
1.1.x
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-28 05:49 UTC by Francois Milfeuille
Modified: 2006-07-28 07:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Francois Milfeuille 2006-07-28 05:49:38 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:
Comment 1 Daniel Veillard 2006-07-28 07:39:23 UTC
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