[fpc-pascal] sax.pp
Sebastian Günther
sguenther at gmx.de
Wed Dec 28 01:16:30 CET 2005
Tony Pelton schrieb:
> hi all,
>
> i'm a pascal noob, but not a new programmer.
>
> i've done a fair bit of XML parser work in Java.
>
> i was trying to figure out how to do parsing with SAX in pascal last night.
>
> i'm very confused.
Okay I can imagine this... ;)
the actual SAX support is for HTML parsing only. The XML parser can only
create DOM documents, without using the SAX layer.
Regards,
Sebastian
More information about the fpc-pascal
mailing list