[Home] [By Thread] [By Date] [Recent Entries]

  • To: <oni@a...>
  • Subject: Re: A question about XML browsers/editors
  • From: "Edwin Dankert" <edankert@c...>
  • Date: Tue, 3 Dec 2002 14:13:54 -0000
  • Cc: "XML Dev" <xml-dev@l...>
  • Organization: Cladonia
  • References: <20021128.133522.91278598.onizuka.makoto@l...>
  • Reply-to: "Edwin Dankert" <edankert@c...>

> Are there some such XML browser/editor that searches
> all paths to a specified element and expands only those
> paths while keeping other subtrees fold?

The newly released version '0.9' of the open source eXchaNGeR
XML-Browser/Editor, should have the functionality you described...

http://xngr.org/

The XML Viewer part of the application allows you to specify a XPath
expression on the toolbar like, "//title/", this results in the following
tree:

<bib>                  <!-- expand -->
 <book>                <!-- expand -->
  <title>...</title>   <!-- expand + selected -->
  +<publisher>         <!-- fold -->
 </book>
 +<article>            <!-- fold -->
</bib>

To bring up the XML Viewer, select the "Details" menu-item for a document.

Please let me know if there are any problems,
Edwin


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member