XML, XPath, Xslt及解析/Parse

XML及解析/Parse


"Programming with libxml2 is like the thrilling embrace of an exotic stranger." Mark Pilgrim


XML、XSL、XSLT、XSL-FO、XPath、XQuery、XLink、XPointer、DTD、Schema、XML DOM、XForms、WAP、SVG

一、Internationalization/國際化 (short as I18N)


1、Libxml2
2、TinyXML2 in C++
2、XML標準
3、XML 系列教程
4、A Must_to_Read
5、An example to parse XML file
6、UTF-8 in wikipedia
7、Unicode in wikipedia
8、On the Goodness of Unicode

二、libXML2的結構


A DOM tree built by libXML2 parser

三、用libXML2和XPath去 locate 某个節點/Node

現在的libXML2版本,libXML2 2.9.4 支持XPath的語法。

參考:
XML Path Language (XPath) Version 1.0

参考:


1、libxml2的安装及使用「总结」
2、Libxml2在linux下的使用
3、Gnone libxml2
4、W3cschool XMLXSLXSLTXSL-FOXPathXQueryXLinkXPointerDTDSchemaXML DOMXFormsWAPSVG 可缩放矢量图形
5、XML 基礎
6、youLinux GNOME XML

原文地址:https://www.cnblogs.com/xuanyuanchen/p/5809996.html