[xml] '#x10;' question

2006-09-06 Thread Marchese Stefano
... hi all, just a question about the '#x10;' character. My application parses some xml files using the xmlParseFile() API. This API gives an error if the file has the following content: contentAsl#x10;URP/content What I have to do to parse files like that? TIA -- Stefano

Re: [xml] '#x10;' question

2006-09-06 Thread Tim Van Holder
Marchese Stefano wrote: ... hi all, just a question about the '#x10;' character. My application parses some xml files using the xmlParseFile() API. This API gives an error if the file has the following content: contentAsl#x10;URP/content What I have to do to parse files like that? The

Re: [xml] '#x10;' question

2006-09-06 Thread Liam R E Quin
On Wed, 2006-09-06 at 15:50 +0200, Marchese Stefano wrote: My application parses some xml files using the xmlParseFile() API. This API gives an error if the file has the following content: contentAsl#x10;URP/content As indeed it should, character 0x10 (hexadecimal, ie. decimal 16, i.e. ASCII