Re: [xml] How do I go about adding missing entities to libxml2?

2015-10-16 Thread Daniel Veillard
On Tue, Aug 04, 2015 at 05:59:11PM +1000, Sam Saffron wrote:
> We have a bunch of missing entities (that flows through to other libs
> like nokogiri ruby gem)
> 
> for example 
> https://meta.discourse.org/t/certain-unicode-entities-are-being-escaped/19898
> 
> What do I need to do to get them into libxml2 ?

  you get them in a DTD referenced and loaded by your document. It's not
an XML predefined entity so your document has to define what it means

Daniel

-- 
Daniel Veillard  | Open Source and Standards, Red Hat
veill...@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/
___
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml


[xml] How do I go about adding missing entities to libxml2?

2015-08-04 Thread Sam Saffron
We have a bunch of missing entities (that flows through to other libs
like nokogiri ruby gem)

for example aleph;
https://meta.discourse.org/t/certain-unicode-entities-are-being-escaped/19898

What do I need to do to get them into libxml2 ?
___
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml