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 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 |
- xsl select
- Esteban Paz - 15 Jun 2006 14:10:21 -0000
- Joe Fawcett - 15 Jun 2006 16:57:04 -0000 <=
- Steve - 15 Jun 2006 17:06:17 -0000
|
|