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()



Yes, It is possible with saxon.

 <xsl:variable
name="XMLFile">http://serverip:port/xml/Clubs.xml</xsl:variable>

 <xsl:for-each select="document($XMLFile)/Clubs/Club">
 ...


Regards
Jonathan


-----Original Message-----
From: Dan Cederholm [mailto:dan@cederholm.tv]
Sent: Thursday, April 18, 2002 2:00 PM
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]