XPath 摘要

来源:互联网 发布:贵阳数据分析师培训 编辑:程序博客网 时间:2024/06/05 20:17

XPath Summary
XPath 概要

This tutorial has taught you how to find information in an XML document.
你已经学会了如何从一个XML文档中查找信息。

You have learned how to use XPath to navigate through elements and attributes in an XML document.
你已经学会如何使用XPath语句对XML文档中元素和属性进行定位。

You have also learned how to use some of the standard functions that is built-in in XPath.
你也学会了如何使用XPath的内置函数。

For more information on XPath, please look at our XPath Reference.
如果你希望学习更多关于XPath的知识,请参阅我们的XPath参考。


Now You Know XPath, What's Next?
现在你已经掌握了XPath,那么下一步该学习什么呢?

The next step is to learn about XSLT, XQuery, XLink, and XPointer.
下一步我们将学习XSLT,XQuery,XLink 和 XPointer。

XSLT

XSLT is the style sheet language for XML files.
XSLT是XML文件的样式表语言。

With XSLT you can transform XML documents into other formats, like XHTML.
你可以使用XSLT将XML文档转换成其它格式,例如:XHTML。

If you want to learn more about XSLT, please visit our XSLT tutorial.
如果你希望学习更多关于XSLT的知识,请参阅我们的XSLT教程。

XQuery

XQuery is about querying XML data.
XQuery是用于查询XML数据的。

XQuery is designed to query anything that can appear as XML, including databases.
XQuery 可以查询所有的XML数据,包括数据库。

If you want to learn more about XQuery, please visit our XQuery tutorial.
如果你要学习更多关于XQuery的知识,请参阅我们的XQuery教程。

XLink and XPointer
XLink 和 XPointer

Linking in XML is divided into two parts: XLink and XPointer.
XML中的链接包含两种:XLink 和 XPointer。

XLink and XPointer define a standard way of creating hyperlinks in XML documents.
XLink 和 XPointer 定义了在XML文档中创建一个超级链接的标准方法。

If you want to learn more about XLink and XPointer, please visit our XLink and XPointer tutorial.
如果你希望学习更多关于XLink 和 XPointer 的知识,请参阅我们的XLink 和 XPointer教程。

原创粉丝点击