>In the DTM arrays , m_firstch, m_nextsib..., If an element only has a
single
>text node, can the text be part of the element node
Nope. Sorry. My best guess is that the special-casing needed to support
that option would cost us more than it'd be worth.
>For the DTM, are the attribute nodes mapped in the sibling arrays as
children
>of the element node, or are they not part of the indexed arrays and
accessed only
>through the firstAttribute method ?
The latter. This matches the XPath data model; attributes are not
considered children even though the Element is their parent.