XMLµÚËÄ¿Î
book_schema.xmlÎļþ
<?xml version="1.0" encoding="gb2312"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="´ÔÊé">
<xs:complexType>
<xs:sequence>
<xs:element name="Êé">
<xs:element name="Ãû" minoccurs="1"></xs:element>
<xs:element name="ÈË"></xs:element>
<xs:element name="¼Û">
<xs:attribute name="unit">
<xs:enumeration value="RMB"/>
<xs:enumeration value="ÃÀÔª"/>
<xs:enumeration value="ÈÕÔª"/>
</xs:attribute>
</xs:element>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
book_dtd_error.xmlÎļþ
<?xml version="1.0" encoding="gb2312"?>
<!--
<!DOCTYPE ´ÔÊé SYSTEM "book.dtd">
-->
<´ÔÊé xmlns="book.dtd">
<Êé¼®>
<Ãû>Ƽ×ÙÏÀÓ°</Ãû>
<ÈË>ÁºÓðÉú</ÈË>
<¼Û unit="RMB">100.60</¼Û>
</Êé¼®>
<Êé>
<Ãû>ÔÀÑôÂ¥¼Ç</Ãû>
<ÈË>·¶ÖÙÑÍ</ÈË>
<¼Û unit="ÃÀÔª">76.8</¼Û>
</Êé>
</´ÔÊé>
book_dtd.xmlÎļþ
<?xml version="1.0" encoding="gb2312"?>
<!DOCTYPE ´ÔÊé SYSTEM "book.dtd">
<´ÔÊé>
<Êé>
<Ãû>Ƽ×ÙÏÀÓ°</Ãû>
<ÈË>ÁºÓðÉú</ÈË>
<¼Û unit="RMB">100.60</¼Û>
</Êé>
<Êé>
<Ãû>ÔÀÑôÂ¥¼Ç</Ãû&g
Ïà¹ØÎĵµ£º
XML±»Éè¼ÆÓÃÀ´ÃèÊöÊý¾Ý£¬Æä½¹µãÊÇÊý¾ÝµÄÄÚÈÝ¡£
HTML±»Éè¼ÆÓÃÀ´ÏÔʾÊý¾Ý£¬Æä½¹µãÊÇÊý¾ÝµÄÍâ¹Û¡£
Ó¦¸ÃÕÆÎյĻù´¡ÖªÊ¶£º
ÔÚÄú¼ÌÐøÑ§Ï°Ö®Ç°£¬ÐèÒª¶ÔÒÔÏÂ֪ʶÓлù±¾µÄÁ˽⣺
HTML / XHTML
JavaScript or VBScript
ʲôÊÇXML?
XMLÖ¸¿ÉÀ©Õ¹±ê¼ÇÓïÑÔ£¨EXtensible Markup Language£©
XMLÊÇÒ»Ö ......
XML (EXtensible Markup Language)
XML is a
cross-platform, software and hardware independent tool for transmitting
information.
Prolog
XML
Declaration
Processing
Instructions
DOCTYPE
Declaration
Elements
Attributes
XML
Comments
CDATA
Sections
Character
and Entity Refere ......
ÒÑÖªÓÐÒ»¸öXMLÎļþ£¨bookstore.xml£©ÈçÏ£º
<?xml version="1.0" encoding="gb2312"?>
<bookstore>
<book genre="fantasy" ISBN="2-3631-4">
<title>Oberon's Legacy</title>
<author>Corets, Eva</author>
<price>5.95</price>
</book>
</booksto ......
HTML.htmlÎļþ
<div align="center" class="style1">
<p>±ù¹÷Áбí</p>
<p></p>
<table width="400" border="1">
<tr>
<th scope="col"><font size="4">Æ·ÅÆ</font></th> ......
wsdl.xmlÎļþ
<?xml version="1.0" encoding="UTF-8" ?>
<definitions name="MobilePhoneService"
targetNamespace="www.mobilephoneservice.com/MobilePhoneService-interface"
xmlns="http://schemas.xmlsoap.org/wsdl/"
  ......