[dna-issues] [JBoss JIRA] Closed: (DNA-219) XML Sequencer should handle decoding names and values containing escape characters
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Nov 19 14:48:36 EST 2008
[ https://jira.jboss.org/jira/browse/DNA-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch closed DNA-219.
-----------------------------
Resolution: Done
This issue was addressed in DNA-242 by using a TextDecoder, with a default implementation that correctly uses the XML escaping mechanism (if one is used).
> XML Sequencer should handle decoding names and values containing escape characters
> ----------------------------------------------------------------------------------
>
> Key: DNA-219
> URL: https://jira.jboss.org/jira/browse/DNA-219
> Project: DNA
> Issue Type: Bug
> Components: Sequencers
> Affects Versions: 0.2
> Reporter: Johnny Verhaeg
> Fix For: 0.4
>
>
> The XML Sequencer doesn't currently handle names and values that have been encoded to account for illegal characters in an XML document. For example, node names containing spaces, such as "My Documents", will be encoded as "My_x0020_Documents" in the XML file. See JCR spec sections 6.4.3 and 6.4.4.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list