|
|
| Author |
Message |
|
| dineshv at email.msn.com |
Posted: Tue May 18, 1999 10:38 am |
|
|
|
Guest
|
Is there any work being in the XML area by the Erlang folks? ... Thanks ...
|
|
|
| Back to top |
|
| joe at bluetail.com |
Posted: Wed May 19, 1999 7:24 am |
|
|
|
Guest
|
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
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
| luke at javagroup.org |
Posted: Wed May 19, 1999 8:47 am |
|
|
|
Guest
|
Joe Armstrong <joe_at_bluetail.com> writes:
> 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?
Speaking of lexical stuff, I've seen references to a lexer called
"leex" around, but I haven't found the actual software. Is it around and
usable somewhere?
--
"The Commando Pattern is used to get in and out quick, and get the job
done. This pattern can break any encapsulation to accomplish its
mission. It takes no prisoners." - Michael Duell ("Resign Patterns")
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
| joe at bluetail.com |
Posted: Thu May 20, 1999 12:45 pm |
|
|
|
Guest
|
> ,> 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?
>
> Speaking of lexical stuff, I've seen references to a lexer called
> "leex" around, but I haven't found the actual software. Is it around and
> usable somewhere?
>
Yes try
http://www.ericsson.se/cslab/~rv/leex/
/Joe
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|