xsl-list
[Top] [All Lists]

Re: File vs URL

2006-01-23 00:20:49
"Kaarle" == Kaila Kaarle <Kaarle(_dot_)Kaila(_at_)nice(_dot_)fi> writes:

    Kaarle> Then I (try to) process the tmp.xml with this:

    Kaarle> <xsl:apply-templates select="document($tmpname)"/>

    Kaarle> This all works fine if there are no spaces or non-usascii
    Kaarle> characters in tmpname
    Kaarle> E.g. C:/DATA/MyMusic//pavetest_files/tmp.xml is ok but
    Kaarle> C:/DATA/My Music//pavetest_files/tmp.xml fails.

    Kaarle> The tmp.xml is created in both cases but is not found in
    Kaarle> the case where pathname contains a space.

    Kaarle> Is this a problem in libxslt?

No. The document() function takes a URI as it's argument, and that's
what you must pass. Not a file name.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>