xsl-list
[Top] [All Lists]

Re: [xsl] Inserting XML into stylesheet using copy-of

2010-01-27 08:20:30
Rob Belics wrote:

I forgot. The obvious question is what to do for local testing when such
files are on a remote server?

Don't test in the browser or put everything on the local server.

For instance IE uses MSXML 3 for XSLT (triggered with <?xml-stylesheet?>), so you can run transformations with IE's XSLT processor outside of the browser if you script MSXML 3 or if you use the msxsl command line tool
http://www.microsoft.com/downloads/details.aspx?FamilyID=2fb55371-c94e-4373-b0e9-db4816552e41&DisplayLang=en
or Xselerator.

--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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