Re: XML library: requirements gathering
Kevin Reid <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
On Feb 1, 2010, at 11:23, Thomas Leonard wrote: >>>> * It is possible to construct a customized XML quasiparser with a >>>> given set of namespace declarations. >>>> >>>> * There are means to traverse and pattern-match XML trees. >>>> Currently I >>>> have two plans in mind for this: >>>> 1. XPath expressions can be used as subscripts. Example: >>>> ? xml`<a>xyz</a><b>foo</b><a>bar</a>`[xpath`a/text()`] >>>> # value: [xml`xyz`, xml`bar`] >>>> (This is a working-right-now example.) > [...] > Can we get hold of this code from somewhere to test it? It exists in a not-yet-published Git repository. I would have gotten it cleaned up and available, but schoolwork and a cold have wiped out my free time/enthusiasm for the past week. Sorry! -- Kevin Reid <http://switchb.org/kpreid/>