RE: [xsl] Example to checkbox in XSL

Subject: RE: [xsl] Example to checkbox in XSL
From: Michael Kay <mike@xxxxxxxxxxxx>
Date: Mon, 06 Aug 2007 23:28:23 +0100
> So when I right click on the page and view source I have seen 
> this XML text as below:
> 	?xml version="1.0" encoding="ISO-8859-1" ?> 
> <?xml-stylesheet type="text/xsl" 
> href="/vsconsole/xsl/AMTestVoIP.xsl"?>
> <AUTOMON_TEST>
> 		<ACTION>EDIT</ACTION>
> 		<TESTID>1</TESTID>
> 		<SUITEID>1</SUITEID>
> 
> So I didn't see how to view/generate the html file on this page.

Whichever browser you are using, think of it as an environment for deploying
your stylesheets, not as a development environment. For creating and
debugging your XSLT code, it's hard to imagine a more hostile environment,
especially for beginners. Diagnostics are typically appalling, and as you've
already discovered, it's hard to find out what output your stylesheet is
actually producing. If you can afford it, get one of the toolkits like
Stylus Studio or oXygen.

Michael Kay
http://www.saxonica.com/

Current Thread