0 votes
in XML by
Can you please help to explain what is XPath in XML?

1 Answer

0 votes
by

1) XPath is a technology used in XML. It is used to retrieve elements from XML documents. XPath expressions can be used to locate and retrieve elements, attributes and values from XML files because XML documents are structured. It is similar to SQL.

2) As SQL is used to retrieve data from database, XPath is used to retrieve data from XML.

Related questions

0 votes
asked Sep 20, 2020 in XML by Robindeniel
0 votes
asked Sep 19, 2020 in XML by SakshiSharma
...