You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Doug Davis <du...@us.ibm.com> on 2001/06/01 16:49:46 UTC

Comments and element content for serialization

FYI - just an interesting note - kind of related to whether we
can just re-serialize data if someone asks for it after we deserialized
it.
-Dug

---------------------- Forwarded by Doug Davis/Raleigh/IBM on 06/01/2001
10:49 AM ---------------------------

Rich Salz <rs...@zolera.com>@w3.org on 06/01/2001 10:35:52 AM

Sent by:  xml-dist-app-request@w3.org


To:   W3C XP <xm...@w3.org>
cc:
Subject:  Comments and element content for serialization



Which of the following are legal serializations for the integer 12?
     <i>1<!-- x-->2</i>
     <i><!-- x-->12</i>
     <i><![CDATA[1]]>2</i>
     <i><![CDATA[12]]></i>

In looking at the sec5.1 serialization rules, it says simple values are
character data without any subelements.  But these are siblings, not
children.

Seems like a clarification is needed.
     /r$