Wednesday, 4 February 2015

Is textNode always a node's firstChild?



When using the XML DOM, will the .firstChild.data method always return the contents of the node's textNode, if the node has one?


No comments:

Post a Comment