xsl-list
[Top] [All Lists]

RE: [xsl] Access XML from the URL and put in different file

2011-04-14 09:22:24

Thanks a lot.It worked I used <xsl:sequence select ="document($filename)"/>
Thanks again.

----------------------------------------
From: fredc(_at_)gloryofgod(_dot_)com
Date: Wed, 13 Apr 2011 10:37:25 -0700
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Access XML from the URL and put in different file

Try using


If that doesn't work, adjust the select some. Mabye document($filename)/*
The document function is what you need to use.

http://www.w3schools.com/Xsl/func_document.asp

--~------------------------------------------------------------------
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: 
--~--

                                          
--~------------------------------------------------------------------
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>