[
Lists Home |
Date Index |
Thread Index
]
Edwin,
Oh, that is what I need, it is great!
Even if it is implemented by Java, it works very fast
when I browse a large XML file (that is much faster than
the internet explorer).
Thanks,
makoto
From: "Edwin Dankert" <edankert@cladonia.com>
Subject: Re: [xml-dev] A question about XML browsers/editors
Date: Tue, 3 Dec 2002 14:13:54 -0000
Message-ID: <00c901c29ad6$67fd2f40$6438869f@windmill>
>> 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
|