Re: [xml] Parse XML file with generated entities

2015-02-12 Thread Daniel Veillard
On Sun, Dec 28, 2014 at 07:25:13PM -0500, Carl Nygard wrote: > All, > > I have a system that needs to provide custom ENTITY definitions (like > &USER_POS; and &LABEL;) to an XML file. I'd like to use the > xmlAddDocEntity() function but I need to figure out how to insert these > calls into the no

[xml] Parse XML file with generated entities

2014-12-28 Thread Carl Nygard
All, I have a system that needs to provide custom ENTITY definitions (like &USER_POS; and &LABEL;) to an XML file. I'd like to use the xmlAddDocEntity() function but I need to figure out how to insert these calls into the normal parsing framework. All the parsing functions seem to create an xmlD