Hi, I'm trying to make a decision about whether to encode small arrays as lists or sequences of elements.
The question I have is, if I define a short list type in a schema which would accept content like that below, will the DOM API expose the internal structure of the list in the element body and attribute? What I imagine is that via the DOM API, the two lists will be returned as strings, requiring manual splitting in user code. What I would like is for tree traversal to step into and iterate along the lists. <float3> 1.0 2.0 3.0 </float3> <other_float3 value="1.0 2.0 3.0"/> Any insights much appreciated. Best, Andrew -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]