xsl-list
[Top] [All Lists]

ANN: XPath Explorer Release 20021216

2002-12-17 21:15:17
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(_at_)jguru(_dot_)com
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/

To Post a message, send it to:   extremeprogramming(_at_)eGroups(_dot_)com

To Unsubscribe, send a blank message to: 
extremeprogramming-unsubscribe(_at_)eGroups(_dot_)com

ad-free courtesy of objectmentor.com 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




<Prev in Thread] Current Thread [Next in Thread>
  • ANN: XPath Explorer Release 20021216, Alex Chaffee / Purple Technology <=