9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] OT: small xml parser found!
@ 2004-02-17 13:50 steve-simon
  2004-02-18 18:17 ` Roger Flores
  0 siblings, 1 reply; 32+ messages in thread
From: steve-simon @ 2004-02-17 13:50 UTC (permalink / raw)
  To: 9fans

Hi,

Off Topic, but somone was asking for a small xml
parser a while ago, I mentioned expat which a colleague
had used. I have now discovered a much smaller and neater
one for another project.

if you need such a thing google for "lilxml", if you
like I can supply a modified version with better error
messages and which doesn't balk at xmlns:java="java"
constructs.

-Steve


^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] OT: small xml parser found!
@ 2004-02-19  9:59 plan9fans
  2004-02-19 10:13 ` David Tolpin
  2004-02-19 11:04 ` Dave Lukes
  0 siblings, 2 replies; 32+ messages in thread
From: plan9fans @ 2004-02-19  9:59 UTC (permalink / raw)
  To: 9fans

> Why isn't Expat suitable?

Corperate insistance on XML means I may have to read it
in a small embedded system where "size is everything".

-Steve


^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] OT: small xml parser found!
@ 2004-02-19 10:31 plan9fans
  0 siblings, 0 replies; 32+ messages in thread
From: plan9fans @ 2004-02-19 10:31 UTC (permalink / raw)
  To: 9fans

Hi,

Small is an 8051 with 32k RAM - which doesn't run Plan9,
though the code does compile and run in my debug enviroment
which is.

term% cd expat
term% grep ';' *.c | wc
   3972   16052  180223
term% cd ../lilxml
term% grep ';' *.c | wc
    267    1070    7849

Really, it was just a heads up not a challange to anyone
or their software.

-Steve


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2004-02-20  8:22 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-17 13:50 [9fans] OT: small xml parser found! steve-simon
2004-02-18 18:17 ` Roger Flores
2004-02-18 20:43   ` rog
2004-02-18 20:42     ` David Tolpin
2004-02-19 15:29       ` rog
2004-02-19 15:27         ` Gorka Guardiola Múzquiz
2004-02-19 15:31           ` boyd, rounin
2004-02-19 16:14             ` Rob Pike
2004-02-19 16:16             ` Rob Pike
2004-02-19 16:18               ` David Tolpin
2004-02-19 16:20               ` boyd, rounin
2004-02-19 15:54           ` John Murdie
2004-02-19 16:14             ` C H Forsyth
2004-02-19 16:24               ` John Murdie
2004-02-19 16:17             ` David Tolpin
2004-02-20  2:36               ` boyd, rounin
2004-02-19 17:15             ` rog
2004-02-19 17:20               ` David Tolpin
2004-02-19 17:31                 ` rog
2004-02-19 17:30                   ` David Tolpin
2004-02-19 17:45                     ` rog
2004-02-19 17:39                   ` C H Forsyth
2004-02-19 15:27         ` David Tolpin
2004-02-19 10:28     ` Roger Flores
2004-02-19  9:59 plan9fans
2004-02-19 10:13 ` David Tolpin
2004-02-19 11:04 ` Dave Lukes
2004-02-19 11:41   ` matt
2004-02-19 12:36     ` Dave Lukes
2004-02-19 13:45       ` C H Forsyth
2004-02-20  8:22         ` Martin C.Atkins
2004-02-19 10:31 plan9fans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).