PhoenixmlDb.Core

XdmComment

Represents an XML comment node (<!-- ... -->) in the XDM tree.

#XdmComment

Namespace: PhoenixmlDb.Xdm.Nodes

Represents an XML comment node (<!-- ... -->) in the XDM tree.

Comment nodes store the text content between the <!-- and --> delimiters. The delimiters themselves are not included in . Comments can appear as children of document or element nodes. Their is xs:string (not xs:untypedAtomic), per the XDM specification.

#Properties

Name Description
Value The comment text, excluding the <!-- and --> delimiters.