xsl-list
[Top] [All Lists]

Re: [xsl] xsl select

2006-06-15 09:57:03
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(_at_)hotmail(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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 más sobre la próxima generación del MSN Messenger. http://imagine-msn.com/minisites/messenger/default.aspx?locale=es-ar


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>