Edwin,

Thanks you, anyone know if there are any workaround to encode backspace #x8

Or any version of xml parser can parse the backspace #x8?

Regards,

Chris Lai

29597369
GET 6303


-----Original Message-----
From: Edwin Dankert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 10, 2007 5:54 PM
To: Chris Lai /EEL/IT
Cc: dom4j-user@lists.sourceforge.net
Subject: Re: [dom4j-user] problem on parsing backspace character


The #x8 (backspace) character is illegal in XML 1.0, all characters
from #x1 to #x1F are illegal in XML 1.0 (even escaped) except for #x9
(tab), #xA (line feed) #xD (carriage return).

Regards,
Edwin
-- 
http://www.edankert.com/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to