[jboss-jira] [JBoss JIRA] Commented: (JBXB-194) Support for Ignoring Whitespace-Only Nodes
Fernando Ribeiro (JIRA)
jira-events at lists.jboss.org
Mon Mar 30 20:55:25 EDT 2009
[ https://jira.jboss.org/jira/browse/JBXB-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12459769#action_12459769 ]
Fernando Ribeiro commented on JBXB-194:
---------------------------------------
I've confirmed today that the element in question isn't mixed:
<xs:complexType name="detail">
<xs:sequence>
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
I'll run a new test until tomorrow to try to learn some more.
> Support for Ignoring Whitespace-Only Nodes
> ------------------------------------------
>
> Key: JBXB-194
> URL: https://jira.jboss.org/jira/browse/JBXB-194
> Project: JBoss XML Binding (JBossXB)
> Issue Type: Feature Request
> Affects Versions: JBossXB-1.0.0.SP3
> Reporter: Fernando Ribeiro
>
> While acessing the detail of SOAP faults with JBossWS 3.0.1, I've realized the whitespace-only nodes described at http://www.w3.org/TR/1998/REC-xml-19980210#sec-element-content should be ignored.
> http://java.sun.com/javase/6/docs/api/javax/xml/soap/Detail.html
--
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 jboss-jira
mailing list