Answer Posted / prakash kingsly
A node can be an element node, an attribute node, a text
node, or any other of the node types
XML DOM Node Types
NodeType Named Constant
1 ELEMENT_NODE
2 ATTRIBUTE_NODE
3 TEXT_NODE
4 CDATA_SECTION_NODE
5 ENTITY_REFERENCE_NODE
6 ENTITY_NODE
7 PROCESSING_INSTRUCTION_NODE
8 COMMENT_NODE
9 DOCUMENT_NODE
10 DOCUMENT_TYPE_NODE
11 DOCUMENT_FRAGMENT_NODE
12 NOTATION_NODE
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can you use the XSLT to convert html into VXML?
How do you make an rss feed?
When will u use a XMLDataDocument and when will u use a XPathDocument? What's the differences between the two?
Do you feel that you have chosen the right technology XSLT?
Is xml an rss?
What do I open xml with?
Explain about the role of xml in soap?
Can the attribute list of an element type contain attributes whose names come from other xml namespaces?
What is the difference between xml and sql?
What is the difference between xsl and dsssl?
What is xpath selector?
What are the different types of parser available to parse the XML document?
Is xsd extensible?
Explain about xml signature?
Write a program to show the purpose of literal result element?