Java Xml 简明教程

Discuss Java XML

XML(可扩展标记语言)是一种非常流行的基于简单文本的语言,可用作不同应用程序之间的通信模式。它被认为是传输和存储数据的标准方式。JAVA 提供出色的支持和丰富的库集来解析、修改或查询 XML 文档。本教程将以简单直观的方式教您基本的 XML 概念和各种基于 Java 的 XML 解析器的用法。

XML (Extensible Markup Language) is a very popular simple text-based language that can be used as a mode of communication between different applications. It is considered as a standard means to transport and store data. JAVA provides excellent support and a rich set of libraries to parse, modify or inquire XML documents. This tutorial will teach you basic XML concepts and the usage of various types of Java based XML parsers in a simple and intuitive way.