0 votes
in Xpath Interview Questions by
What Is An Atomic Value In Xpath?

1 Answer

0 votes
by

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>

Related questions

0 votes
asked Jul 26, 2021 in Xpath Interview Questions by SakshiSharma
0 votes
asked Jul 24, 2021 in Xpath Interview Questions by Robindeniel
...