This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: RE: XML/XSLT to HTML output


> 		The business issue is that the Customer Service 
> Representative will click a link that points to the XML 
> document(which contains the data for the report) and the XML 
> document points to my XSL
> stylesheet(s) which render the XML document and display the 
> output in the browser.  The output in the browser shows the 
> marked-up XML document correctly and looks like an HTML 
> document.  The Customer Service Representative wants to be 
> able to save this file and email it.  When you try to save 
> the file, it saves it as an XML document so of course they 
> lose all the markup.

It seems that "Save As" in IE means "save the source document". If you
want to save the output of the transformation you will have to write
some Javascript that does this, and provide a button on the screen to
invoke this functionality. An IE problem, not an XSLT one.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]