Hi Brad,
you wrote:
[snip]
>I want to write an XML'ish parser.  Which is to say that I need to match 
>beginning and ends of tags, but I don't know the tag names.  i.e. 
><item>book</item><name>XML in a nutshell</name>  The tags are made up for a 
>specific data set, but i don't know what they are in advance.  I know they 
>begin like this, <???> and end like this </???>

Check out 
>> source xml-language

You may find it helpful, especially the function xml-language/parse-xml,
which is used by the global word parse-xml.

>> source parse-xml


;- Elan >> [: - )]

Reply via email to