[ 
http://jira.codehaus.org/browse/JIBX-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski resolved JIBX-149.
----------------------------------

    Resolution: Won't Fix

XML 1.0 does not allow 0x1 values in text, even if escaped as &#1. XML 1.1 
*does* allow these values, if escaped - but 1.1 is not supported by most tools, 
including JiBX.

> When using characters between 0x0 and 0x20 the escaper should replace them to 
> &#N where N is the character
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JIBX-149
>                 URL: http://jira.codehaus.org/browse/JIBX-149
>             Project: JiBX
>          Issue Type: Bug
>          Components: core
>    Affects Versions: JiBX 1.1
>            Reporter: Jonathan Erlich
>         Assigned To: Dennis Sosnoski
>            Priority: Minor
>
> When I'm trying to convert a string that contains the 0x1 character it gives 
> me an error.
> It should convert it to &#1 as in the XML specification.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
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
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to