Tools for troubleshooting and debugging
From DLXS Documentation
(Difference between revisions)
(New page: == Tools<br /> == <div class="content"> * '''Firefox plugins''' ** Chris Pederick's web developer plugin: [http://chrispederick.com/work/firefox/webdeveloper/ http://chrispederick.com/wo...) |
(→Tools<br />) |
||
Line 20: | Line 20: | ||
** osx man page http://openjade.sourceforge.net/doc-1.5.1/sx.htm | ** osx man page http://openjade.sourceforge.net/doc-1.5.1/sx.htm | ||
** osgmlnorm man page http://openjade.sourceforge.net/doc-1.5.1/sgmlnorm.htm | ** osgmlnorm man page http://openjade.sourceforge.net/doc-1.5.1/sgmlnorm.htm | ||
+ | ** ack http://petdance.com/ack/ | ||
* '''XML and XSLT editors/debuggers/IDEs''' | * '''XML and XSLT editors/debuggers/IDEs''' | ||
** Oxygen XSLT debugger: http://www.oxygenxml.com/ | ** Oxygen XSLT debugger: http://www.oxygenxml.com/ |
Current revision
[edit] Tools
- Firefox plugins
- Chris Pederick's web developer plugin: http://chrispederick.com/work/firefox/webdeveloper/
- Firebug debugger plugin: http://www.getfirebug.com/
- XPath tool plugin: https://addons.mozilla.org/en-US/firefox/addon/1095?id=1095
- Terrence Brooks on Firefox tools: "Watch this: help for sick pages" in Information Research 10:2. January 2005
- Patrick Lauke on Firefox tools Mozilla Firefox for Rapid Web Development in ARIADNE 42. January 2005
- XPath Visualizer for Windows http://www.topxml.com/xpathvisualizer/
- Command line tools
- xmlformat: Tool for pretty printing XML/XSL (available in perl or ruby )
- libxml2 libraries used by XML::LibXSLT and XML::LibXML "libxml2, libxslt"
- xmllint (part of libxml2) xmllint man page
- xsltproc (part of libxslt2) xsltproc man page
- OpenSP http://openjade.sourceforge.net/download.html#os15
- http://openjade.sourceforge.net/doc-1.5.1/index.htm
- osgmls man page http://openjade.sourceforge.net/doc-1.5.1/nsgmls.htm
- osx man page http://openjade.sourceforge.net/doc-1.5.1/sx.htm
- osgmlnorm man page http://openjade.sourceforge.net/doc-1.5.1/sgmlnorm.htm
- ack http://petdance.com/ack/
- XML and XSLT editors/debuggers/IDEs
- Oxygen XSLT debugger: http://www.oxygenxml.com/
- XMLSpy editor and toolset: http://www.altova.com/products/xmlspy/xml_editor.html
- Sylus Studio XML/XSL suite: http://www.stylusstudio.com/xml_download.html
- Editors with syntax highlighing and other features for XML/XSLT editing
- Unix on Windows