On Tue, Feb 14, 2006 at 04:11:32PM -0200, Guilherme Balestieri Bedin wrote: > Hi, > > I did a small change in xmlEscapeEntities() from xmlsave.c to take > account of the xmlSubstituteEntitiesDefaultValue parameter. > So, now I can control if default entities will be substitute or not by > xmlSubstituteEntitiesDefault() in tree serialization like with the parser. > > I wanna now if this behavior can be added to libxml2 ? If yes, how is > the process ?
No, this change the behaviour of a common function. Moreover using global variables to change the behaviour of the library is an error inherited from the early times of libxml and that's I'm trying to get rid of as much as possible, so really no. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [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
