Re: [xmlio-discuss] Problems with not printable characters
Brought to you by:
achimgaedke,
pipenb
From: Achim G. <Ach...@ph...> - 2007-05-17 16:51:23
|
Hi Jose! Unfortunately I did not use xmlio for long time, but expat. I checked the documents about xml definitions for attributes and it seems to me that it is allowed to put tabs in an attribute value. Did you try out different the charset definitions? XMLIO did not mix in the attributes delivered by expat, so it is a problem of expat - and there the character set definition could be the reason. Yours, Achim Jose Maria Gomez wrote: > > I am trying to use XMLIO to parse al xml file. But, I have in the > document something like this > > <delimiter value=” “></delimiter> > > > > The values is a Tabulator character. But when I read it I receive an > space. Is there any problem with not printable characters? May I fix > that in some way.? > > > > Thanks in advance > |