タグ

ブックマーク / www.w3schools.com (1)

  • XPath Syntax

    XPath uses path expressions to select nodes or node-sets in an XML document. The node is selected by following a path or steps. The XML Example Document We will use the following XML document in the examples below. <?xml version="1.0" encoding="ISO-8859-1"?> <bookstore> <book> <title lang="eng">Harry Potter</title> <price>29.99</price> </book> <book> <title lang="eng">Learning XML</tit

    syohex
    syohex 2011/04/04
    XPathの文法一覧
  • 1