Erlang and XML ...

Joe Armstrong joe@REDACTED
Wed May 19 10:24:19 CEST 1999


Dinesh Vadhia wrote:

> Is there any work being in the XML area by the Erlang folks? ...
> Thanks ... Dinesh

I wrote a little XML parser
http://www.ericsson.se/cslab/~joe/xml/xml.html

This is actually a verifying parser (1378 lines of code!) - It doesn't
do unicode or
handle the ANY tag. To make a real XML parser I think the correct way to

go would be to use expat as a front end (to do the lexical stuff) and
then
add the parrsing and sunsequent verification in Erlang - volunteers?

    /Joe





More information about the erlang-questions mailing list