sudheshna iyer wrote:
Thank you for the reply.
How should I include this in XSL file? Should there be a java script function?
Does any body have method that I can add to xsl file to fetch the feed?
Don't worry about it, you can just use document() without any extra
declaration or whatever. It is required for a conforming processor to
support it.
The only known exceptions are: Opera (I believe it got fixed in recent
versions but I'm not sure) and Microsoft.Net and MSXML 5.0 and 6.0, in
which you must explicitly enable the support for it through scripting
before it is allowed to use the document() function.
Cheers,
-- Abel --
--~------------------------------------------------------------------
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>
--~--