首页 > itarticle > Webservice_class_2Xpath,XLink & XPointer
Webservice_class_2Xpath,XLink & XPointer
admin
11月 11, 2020
0

- XPath:locate nodes and fragments
- used both in XPointer,XSL,XML Schema,XQuery
- XLink:a generalization of the HTML link concept
- XPointer: an extension of XPath suited for linking
- specifies connection bewteen Xpath expressions and URIs
- XPath:
- / root directory
- /users/dave every dave in every users below the root
- . the current directory
- .. the upper directory
- // any elements
- [] start from 1
- last() [last()]
- * wild card
- @attribute chapter[[email protected]]
近期评论