Xpath 简明教程

Discuss XPath

XPath 是一种用于遍历 XML 文档的查询语言。它通常用于搜索具有匹配模式的特定元素或属性。本教程将向你介绍 XPath 的基础知识。本教程包含一些章节,讨论 XPath 的所有基本组成部分并提供适当的示例。

XPath is a query language used to traverse through an XML document. It is used commonly to search particular elements or attribute with matching patterns. This tutorial will teach you basics of XPath. Tutorial contains chapters discussing all the basic components of XPath with suitable examples.