Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439

Bonus labs from the undergraduate 31284 WSD subject:

The Extensible Markup Language (XML) has quickly caught on in industry tobecome the most widely adopted standard for describing and exchanging databetween applications and/or systems.It is platform-independent, language-independent and protocol-independent.XML and its auxiliary specifications are used to describe XML documentrepresentations, describe constraints for XML document types, describelinks between XML documents and other resources, and describe automatedtransformations and formatting of XML documents.This module describes XML and its associated standards, and shows how touse the various Java XML APIs to validate, parse and transform XMLdocuments.

On completion of this module, students should be able to:

  1. Understand what XML is, and how it is used by Internet applications.

Main references