On Thu, Apr 17, 2008 at 03:15:18PM +0200, Ralf Junker wrote: > Stefan Behnel wrote: > > >The main impact should be on the parser, and only if you use a dictionary > >for parsing. > > Could you give a simple example for "dictionary parsing"? Or does, for > example, xmlTextReader use the dictionary automatically?
The Reader as all the xmlRead... functions use the dictionnary by default. Only the old xmlParse... functions may lead you to use a parsing context without a dictionary. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
