[e-lang] XML library: requirements gathering
Kevin Reid
kpreid at mac.com
Mon Feb 1 08:49:41 PST 2010
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/>
More information about the e-lang
mailing list