← Prev in month
← Prev in thread
DOM Structure Question
Hi, In a DOM representing an XML document without the following Node types: CDATASection Comment DocumentFragment DocumentType Entity EntityReference Notation ProcessingInstruction Is it safe to assume that the parent of an Element node (that is not the root element) is also an Element node? Thanks. Peter
← Prev in month
← Prev in thread