[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: A question about XML browsers/editors


xgrep
On Thu, 2002-11-28 at 04:35, oni@a... wrote:
> 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?

Not sure if this is exactly what you wanted, but as part of our
development of Pathan (an XPath implementation for Xerces C) we
developed an xgrep tool:

  [pdw@tugela pdw]$ cat foo.xml 
  <bib>
    <book>
      <title>...</title>
      <publisher>...</publisher>
    </book>
    <article>
    ...
    </article>
  </bib>
  [pdw@tugela pdw]$ xgrep -v //title foo.xml 
  <?xgrep-match [foo.xml]--------------------------------?>
  <title>...</title>

xgrep is included in the source distribution for Pathan, available from:

  http://software.decisionsoft.com/pathanIntro.html

xgrep was originally developed as a testing tool and as such it works,
but some aspects such as error reporting and packaging are not as
polished as we would like.  We are currently working on improving xgrep,
and including it in the binary distributions.  In the meantime, drop us
an email if you need any assistance using it.

Paul
-- 
Paul Warren, Client Services           DecisionSoft Limited
+44-1865-203192                        http://www.decisionsoft.com


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.