0 votes
in Xpath Interview Questions by
What Do You Mean By Xpath Expressions?

1 Answer

0 votes
by

XPath defines a pattern or path expression to select nodes or node sets in an XML document. These patterns are used by XSLT to perform transformations. XPath specifies seven types of nodes that can be output of the execution of the XPath expression.

  1. Root
  2. Element
  3. Text
  4. Attribute
  5. Comment
  6. Processing Instruction
  7. Namespace

Related questions

0 votes
asked Jul 23, 2021 in Xpath Interview Questions by kamalkhandelwal29
0 votes
asked Jul 26, 2021 in Xpath Interview Questions by SakshiSharma
...