You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Andreas Veithen (Jira)" <ji...@apache.org> on 2022/11/08 23:23:00 UTC

[jira] [Commented] (AXIOM-516) serialization of the CR-LF character sequence incorrect

    [ https://issues.apache.org/jira/browse/AXIOM-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630658#comment-17630658 ] 

Andreas Veithen commented on AXIOM-516:
---------------------------------------

Note that {{&amp;#13;}} is perfectly equivalent to {{&amp;#xd;}}. You should tell your clients to use an actual XML parser. That being said, changing Axiom's serializer to use hexadecimal numbers instead of decimal numbers in character references is simple to implement, so I'm willing to do that.

> serialization of the CR-LF character sequence incorrect
> -------------------------------------------------------
>
>                 Key: AXIOM-516
>                 URL: https://issues.apache.org/jira/browse/AXIOM-516
>             Project: Axiom
>          Issue Type: Bug
>          Components: Core Model
>    Affects Versions: 1.4.0
>            Reporter: Raj
>            Assignee: Andreas Veithen
>            Priority: Major
>             Fix For: 2.0.0
>
>
> crlf was preserved as "& # x d ; "earlier. When we switched to 1.4.0 crlf is getting converted to "& # 1 3 ; "
> This is causing issue for several clients after we upgraded axiom to 1.4.0 this week.
> Documentation also says it should beĀ  "& # x d ; "
> [https://ws.apache.org/axiom/userguide/ch04.html#ftn.d0e817.]
> Can you please provide let me know if we can implement some workaround for this asap



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org