|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Question about XML browsers/editors
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






