|
Home > Archive > Unix Shell > November 2007 > Re: build a hierarchical tree, without using DOM,schema, and sax
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: build a hierarchical tree, without using DOM,schema, and sax
|
|
|
| sharan <harioumsha...@gmail.com> wrote:
> convert XML hierarchical tree, without using DOM, schema, and sax,
> ...
> to hierachical tree which contains tags values. thanks.
It's not as complete, or robust as xgawk(1) -- actually, both are beta
software -- but as you are asking in C.U.S., not comp.lang.awk, it
may fit your simple needs:
"xmldocumenttree1.ksh93": convert .XML to DOM-like compound-variable
hierarchy
http://mail.opensolaris.org/piperma...ust/005625.html
(ksh93 script with example XML file and output)
=Brian
|
|
|
|
|