Re: [xsl] File vs URL

Subject: Re: [xsl] File vs URL
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 23 Jan 2006 07:20:49 +0000
>>>>> "Kaarle" == Kaila Kaarle <Kaarle.Kaila@xxxxxxx> 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

Current Thread