This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: remote XML with document()


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@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Dan Cederholm
> Sent: 18 April 2002 22:00
> To: xsl-list@lists.mulberrytech.com
> 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@cederholm.tv
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]