Java se xml< a >xml document specification

Source: Internet
Author: User
Tags cdata java se

[Document Collation Series] Java se xml< a >xml document specification

1.xml Document Reference: 1. External private DTD: <! DOCTYPE rootnodename System "URI.DTD" > (Declared in XML file with keyword SYSTEM) 2. External public file: <! DOCTYPE rootnode name Public "DTD name" "URI.DTD" > (Declared in XML file with keyword public) 3. Internal references: <! DOCTYPE rootnodename [declarationscontent] > (declared in XML file) ======================2. Syntax classification: "element definition, attribute definition, entity definition" element definition 1. Format: & lt;! Element element type > 2. The element type can be element content or type: 1. If the element content is: "Parentheses are required" eg:<! ELEMENT Bookshelf (title, author, price) > <!           Element Bookshelf (#PCDATA) > 2. If it is of type: the "direct write" type is as follows: empty: Used to define the null type, such as <br/>

Java se xml< a >xml document specification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.