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

  • To: XML Dev <xml-dev@l...>
  • Subject: Question about XML browsers/editors
  • From: Makoto ONIZUKA <oni@a...>
  • Date: Thu, 28 Nov 2002 12:15:27 +0900 (LMT)
  • Reply-to: Makoto ONIZUKA <oni@a...>

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?

For example, if I specify "title" element (or "//title" in XPath) 
and if an input XML is as follows,
<bib>
  <book>
    <title>...</title>
    <publisher>...
    </publisher>
  </book>
  <article>
  ...
  </article>
</bib>

then, a XML browser shows like this:
<bib>                       <!-- expand -->
  <book>                    <!-- expand -->
    <title>...</title>      <!-- expand -->
   +<publisher>             <!-- fold -->
  </book>
 +<article>                 <!-- fold -->
</bib>



makoto

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