From: Maas-Maarten Z. <ma...@wa...> - 2003-04-23 07:59:02
|
> > >>I'm currently rewriting my Xml-Light library which is a minimal Xml >>parser/printer and adding DTD support to it. >> >> > > Is it? Is it _really_ a minimal XML parser/printer? > I fear it is just a parser/printer for a minimal _subset_ of XML! > (e.g. Does it supports UNICODE characters? What about Entities? > What about Notation? Is it 100% fully compliant with the spec?) > > We do not need yet another standard for documents. Either it is > fully XML compliant (and there is already PXP - native ocaml - > or gdome2-ocaml - binding to libgdome) or it is unuseful/threatening. > > > There is also an ocaml wrapper for expat. Maas |