RE: [xsl] remote XML with document()

Subject: RE: [xsl] remote XML with document()
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 19 Apr 2002 09:41:25 +0100
It's entirely up to the XSLT implementation what types of URL it's prepared
to handle in the document() function. Most of the processors I know of are
happy to handle http: URLs (provided of course that there are no firewalls
or other configuration problems). But I don't know about Sablotron.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Dan Cederholm
> Sent: 18 April 2002 22:00
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] remote XML with document()
>
>
> Hi,
>
> I was trying to reference a remote XML file via the document()
> function like this:
>
> <xsl:value-of
> select="document('http://www.domain.com/file.xml')/test/text"/>
>
> Sablotron doesn't seem to like it.  I'm wondering if anyone knows
> if this is possible with other processors, or if there's another
> way to access XML on a different server?
>
> Thanks,
> Dan
>
> dan@xxxxxxxxxxxx
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread