xsl-list
[Top] [All Lists]

RE: [xsl] Example to checkbox in XSL

2007-08-06 15:28:45
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/


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