1.

What Is An Atomic Value In Xpath?

Answer»

Nodes that has no parent node or CHILD node are CALLED as Atomic values.

For example:

<book>
<title>Parallel Algorithm</title>
<AUTHOR>Rashmi Sharma</author>
<year>2008</year>
<price>150.00</price>
</book>

Nodes that has no parent node or child node are called as Atomic values.

For example:

<book>
<title>Parallel Algorithm</title>
<author>Rashmi Sharma</author>
<year>2008</year>
<price>150.00</price>
</book>



Discussion

No Comment Found