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