> Thanks you, anyone know if there are any workaround to encode backspace #x8
>
> Or any version of xml parser can parse the backspace #x8?

XML 1.1 allows an 'escaped' version of the backspace character, so you
could try and change the version number:

<?xml version="1.1"?>

Note: this will only work for XML 1.1 parsers.

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

Reply via email to