[xsl] ANN: XPath Explorer Release 20021216

Subject: [xsl] ANN: XPath Explorer Release 20021216
From: Alex Chaffee / Purple Technology <guru@xxxxxxxxxx>
Date: Tue, 17 Dec 2002 20:15:17 -0800
A few bells and whistles.  Quicker at loading big documents.

Download at 
http://sourceforge.net/project/showfiles.php?group_id=54719&release_id=128385

Info at http://www.xpathexplorer.com

XPath is a syntax for navigating inside XML documents, in order to
extract specific little pieces of content. It's sort of like SQL for
XML. It may be better known as "the stuff inside the quotes in XSL,"
but it has a life (and a spec) of its own.

XPath Explorer (XPE) is a GUI application that lets you interactively
experiment with XPath. Basically, you type in a URL (to an XML or HTML
document) and an XPath expression, and it displays the elements or
attributes from that document which match that expression. It also
displays the value (string, number, or boolean) of the expression, and
displays the entire XML tree of the original document, but with the
matching nodes highlighted in bold. This makes it easy to play with
and debug your XPath expressions.


-- 
Alex Chaffee                               mailto:alex@xxxxxxxxx
Purple Technology - Code and Consulting    http://www.purpletech.com/
jGuru - Java News and FAQs                 http://www.jguru.com/alex/
Gamelan - the Original Java site           http://www.gamelan.com/
Stinky - Art and Angst                     http://www.stinky.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread