Re: [xsl] xsl select

Subject: Re: [xsl] xsl select
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Thu, 15 Jun 2006 17:56:40 +0100
I would have thought using a variable would have been what you need:
<xsl:variable name="externalDoc" select="document('http://localhost/returnxml.asp')" />
Then you can use $externalDoc whenever you need it.


Joe

----- Original Message ----- From: "Esteban Paz" <clp868@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, June 15, 2006 3:09 PM
Subject: [xsl] xsl select



Hello Everyone

I'm trying to use the xml that an asp page returns into a select instruction. Something like this is what ive been figuring out:

<xsl:value-of select="document('http://localhost/returnxml.asp')/*"/>

but it doesn't work.. basically what i need is to get the xml from an asp file and put it into this select instruction so i have dynamic results. I heard this is possible but can't find the right way.

Is there any way to make it work?

Thanks in advance.

_________________________________________________________________
Sabe mas sobre la prsxima generacisn del MSN Messenger. http://imagine-msn.com/minisites/messenger/default.aspx?locale=es-ar

Current Thread