Today at 9:49, Daniel Veillard wrote: > Well preserving general (i.e. non-parameter) entities should be reliable in > libxml2 wherever they happen, but it's an editing toolkit property, for > example > other parsers based on SAX will for example loose entities when they occur > in attribute content.
Yeah, and xml2po needs this, since it kind of edits XML in-place replacing XML snippets with their translations. libxml2 was actually the best choice for this since it allows full access to document tree. Cheers, Danilo _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
