|
top
|
 Subject: XSL/XSLT path Author: Minollo I. Date: 26 Feb 2006 10:12 PM
|
Bryan,
when previewing an XML document from the XML Editor in Stylus Studio, Stylus actually opens a local cached copy of the XML document, stored in your temporary directory, in the hosted Internet Explorer component. It does that because potentially the XML document could be originated by URL schemes that are not supported by IE, or it could even be the result of a non-XML to XML conversion, or a web service call invocation, or others.
The "canonical" way to preview an XSLT transformation result in Stylus Studio is to open the XSLT itself, and then run it, specifying the XML document as the default input source in the scenario; that way you can also preview the XSLT using several different XML inputs, corresponding to different scenarios.
Now, that said, you clearly have a point; in those cases in which Internet Explorer can in fact open the XML document you want to preview directly from the XML Editor, Stylus Studio should open the original document, not a copy; that would avoid the problem you are seeing. We'll solve this issue as soon as possible.
Thanks for your help,
Minollo
|
|
|