Subject: Re: xpath visualizer for linux?
From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
Date: Tue, 11 Mar 2003 04:06:27 -0500 (EST)
|
On Tue, 11 Mar 2003, Peter Flynn wrote:
> Robert P. J. Day wrote:
> > what's the closest approximation to xpath visualizer
> > for linux, so i can goof around?
>
> XPathTester is an excellent graphical interface to an XML document
> that lets you type in an XPath statement and see what nodes it gets
> you.
>
> http://www.biglist.com/lists/xsl-list/archives/200112/msg00032.html
this utility seems to work fine, except for the issue that it
chokes trying to deal with an attribute that has a namespace prefix:
//symbol/@xlink:href
"ERROR: Prefix xlink has not been declared"
since all it's doing is xpath querying, i don't see why the
program should get all excited about a namespace prefix.
oh, well.
rday
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|