Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Viewing HTML output

Status
Not open for further replies.

phobe62

Programmer
Jan 30, 2004
22
US
You know, I feel really stupid for asking. But I've scoured the internet and can't find the tool I'm looking for. What I'm trying to do is to view the HTML that my XML/XSL outputs. Does anyone know where I can get a small (free) utility to view it? Thanks.
 
My solution requires a Web server but it might work for you. Use an ASP page. The ASP script reads a data.xml file and a transform.xsl file and passes it to a function that does the XSLT transformation and sends the response to the browser. Whenever I modify either file, I press "refresh" in the browser.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top