Difference between XPath, XQuery and XPointer

后端 未结 4 411
广开言路
广开言路 2021-01-30 10:20

What is the difference between XPath, XQuery and XPointer? As far as I know, XQuery is an extended version of XPath

4条回答
  •  春和景丽
    2021-01-30 10:38

    XPath is intentionally limited to reading existing nodes.

    As XSLT, XQuery can create nodes. It can also update nodes (with XQuery Update Facility).

    From my XQuery implementor point of view ;-)

提交回复
热议问题