XML
ColorPaper
游侠
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Introduction to XML
XML was designed to transport and store data. HTML was designed to display data. What You Should Already Know Before you continue y转载 2011-08-17 09:13:06 · 610 阅读 · 0 评论 -
XML Elements
XML Elements An XML document contains XML Elements. What is an XML Element? An XML element is everything from (including) the ele转载 2011-08-17 18:40:16 · 786 阅读 · 0 评论 -
XML CDATA
XML CDATA All text in an XML document will be parsed by the parser. But text inside a CDATA section will be ignored by the parser.转载 2011-08-17 19:32:30 · 654 阅读 · 0 评论 -
XML Namespaces
XML Namespaces XML Namespaces provide a method to avoid element name conflicts. Name Conflicts In XML, element names are defined转载 2011-08-17 19:29:17 · 720 阅读 · 0 评论 -
Displaying XML with CSS
Displaying XML with CSS With CSS (Cascading Style Sheets) you can add display information to an XML document. Displaying your XML Fi转载 2011-08-17 19:17:04 · 599 阅读 · 0 评论 -
XML Validator
XML Validator Use our XML validator to syntax-check your XML. XML Errors Will Stop You Errors in XML documents will stop your XML a转载 2011-08-17 19:13:48 · 945 阅读 · 0 评论 -
Introduction to DTD
Introduction to DTD A Document Type Definition (DTD) defines the legal building blocks of an XML document. It defines the document structur转载 2011-08-17 18:54:26 · 606 阅读 · 0 评论 -
XML Attributes
XML Attributes XML elements can have attributes, just like HTML. Attributes provide additional information about an element. XML转载 2011-08-17 18:44:58 · 818 阅读 · 0 评论 -
How Can XML be Used?
How Can XML be Used? XML is used in many aspects of web development, often to simplify data storage and sharing. XML Separates Data转载 2011-08-17 09:19:58 · 770 阅读 · 0 评论 -
XML Summary
XML Summary. What is Next? XML Summary XML can be used to exchange, share, and store data. XML documents form a tree structure that sta转载 2011-08-17 19:52:15 · 961 阅读 · 0 评论 -
XML相关技术
XML Related Technologies Below is a list of XML technologies. XHTML (Extensible HTML) A stricter and cleaner XML based version of HT转载 2011-08-17 19:48:06 · 623 阅读 · 0 评论 -
XML Encoding
XML Encoding XML documents can contain non ASCII characters, like Norwegian æ ø å , or French ê è é. To avoid errors, specify the XML转载 2011-08-17 19:37:45 · 981 阅读 · 0 评论 -
Displaying XML with XSLT
Displaying XML with XSLT With XSLT you can transform an XML document into HTML. Displaying XML with XSLT XSLT is the recommended st转载 2011-08-17 19:19:31 · 594 阅读 · 0 评论 -
XML Validation
XML Validation XML with correct syntax is "Well Formed" XML. XML validated against a DTD is "Valid" XML. Well Formed XML Document转载 2011-08-17 19:11:40 · 1106 阅读 · 0 评论 -
XML的语法规则
XML Syntax Rules The syntax rules of XML are very simple and logical. The rules are easy to learn, and easy to use. All XML Elements Must Have a Closing Tag In HTML, some elements do not have转载 2011-08-17 09:27:50 · 916 阅读 · 0 评论
分享