* explicit call to serialize the sequence, we'll throw the
* appropriate error (see XML.XMLSerialize()).
*/
if (xmlVal != null)
xmlVal.markAsHavingTopLevelAttr();
dSer.serialize((Node)obj);
lastItemWasString = false;
}
else
{ // We have a Node, so try to serialize it.
Node n = (Node)obj;