Useful Tools
From DLXS Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | ; <b>Firefox plugins</b> | |
<ul> | <ul> | ||
<li>Chris Pederick's web developer plugin: http://chrispederick.com/work/firefox/webdeveloper/ </li> | <li>Chris Pederick's web developer plugin: http://chrispederick.com/work/firefox/webdeveloper/ </li> | ||
Line 6: | Line 6: | ||
<li>XPath tool plugin: https://addons.mozilla.org/en-US/firefox/addon/1095?id=1095 </li> | <li>XPath tool plugin: https://addons.mozilla.org/en-US/firefox/addon/1095?id=1095 </li> | ||
<li>Terrence Brooks on Firefox tools: [http://informationr.net/ir/10-2/TB0501.html "Watch this: help for sick pages"] in Information Research 10:2. January 2005</li> | <li>Terrence Brooks on Firefox tools: [http://informationr.net/ir/10-2/TB0501.html "Watch this: help for sick pages"] in Information Research 10:2. January 2005</li> | ||
- | <li>Patrick Lauke on Firefox tools [http://www.ariadne.ac.uk/issue42/lauke/ Mozilla Firefox for Rapid Web Development] in ARIADNE 42. January 2005</li></ul> | + | <li>Patrick Lauke on Firefox tools [http://www.ariadne.ac.uk/issue42/lauke/ Mozilla Firefox for Rapid Web Development] in ARIADNE 42. January 2005</li> |
- | + | </ul> | |
- | + | ; XPath Visualizer for Windows | |
- | + | * http://www.topxml.com/xpathvisualizer/ | |
+ | |||
+ | ; <b>Command line tools</b> | ||
<ul> | <ul> | ||
<li>[http://www.kitebird.com/software/xmlformat/ xmlformat]: Tool for pretty printing XML/XSL (available in perl or ruby )</li> | <li>[http://www.kitebird.com/software/xmlformat/ xmlformat]: Tool for pretty printing XML/XSL (available in perl or ruby )</li> | ||
Line 23: | Line 25: | ||
</ul> | </ul> | ||
- | + | ; <b>XML and XSLT editors/debuggers/IDEs</b> | |
<ul><li>Oxygen XSLT debugger: http://www.oxygenxml.com/</li> | <ul><li>Oxygen XSLT debugger: http://www.oxygenxml.com/</li> | ||
Line 30: | Line 32: | ||
</ul> | </ul> | ||
- | + | ; <b>Editors with syntax highlighing and other features for XML/XSLT editing</b> | |
<ul> | <ul> | ||
<li>XEmacs http://www.xemacs.org/ </li> | <li>XEmacs http://www.xemacs.org/ </li> | ||
Line 39: | Line 41: | ||
</ul> | </ul> | ||
- | + | ; <b>Unix on Windows</b> | |
<ul> | <ul> | ||
<li>[http://www.cygwin.com/ cygwin] (GNU Unix tools and programs for MS Windows)</li> | <li>[http://www.cygwin.com/ cygwin] (GNU Unix tools and programs for MS Windows)</li> |
Current revision
- 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
- 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
- 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