[Expat-discuss] how to simply expat
huang jianfeng
ygblue at hotmail.com
Tue Dec 28 22:28:29 CET 2004
Yes,I have found that XML_DTD and XML_CONTEXT_BYTES can meet the
requirement. But I've also found it seems that XML_DTD doesn't include all
the DTD related code. I suppose xmlrole.c is just for DTD, isn't it?
I try to read the source code, but it's really hard to understand. Are there
any docs about expat's implementation?
Thanks.
Carl
-----
Karl Waclawek wrote:
> Try to undefine XML_DTD and XML_CONTEXT_BYTES.
> It should be documented. in reference.html.
>
> huang jianfeng wrote:
> > Hi,
> > I'm using expat well, except it is a bit large. The xml file we used is
very simple and it doesn't contain any DTD related information, so I want to
cut DTD related code to get a simple version. I use expat for our embedded
system, and you know the memory is limited.
> > Any suggestions?
> >
> > Best Regards,
> > Carl
> > _______________________________________________
> > Expat-discuss mailing list
> > Expat-discuss at libexpat.org
> > http://mail.libexpat.org/mailman/listinfo/expat-discuss
> >
>
More information about the Expat-discuss
mailing list