XPath provide us seven kinds of nodes.These are:
1.element
2.text
3.processing-instruction
4.comment
5.namespace
6.attribute
7.document node(r
More --- >>
I have told you types of nodes.
Example:
<book>
<title>Parallel Algorithm</title>
<author>Rashmi Sharma</author>
<year>2008</year>
<pri
More --- >>
Using Axes we can set relation of current node with another node.
Example:
ancestor : Use to get all ancestor (parent, grandparent etc) of current
More --- >>
Nodes that has no parent node or child node are called as Atomic values.Than we can say that items are an example of Atomic values.
Example:
Rashmi
More --- >>
We use Xpath language to findout the infomation in an XML document. Using XPath we can define the parts of an XML document.XPath is an main element i
More --- >>
We can say that XPath has more than 101 build-in functions.XPath given those build-in function that are used for Boolean values, string values, numer
More --- >>
a. find information in XML document.
More --- >>