XML Tutorial
Advance XML
XML Tools
XML Useful Resources
Selected Reading
- XML - Validation
- XML - Encoding
- XML - Processing
- XML - White Spaces
- XML - CDATA Sections
- XML - Character Entities
- XML - Comments
- XML - Attributes
- XML - Elements
- XML - Tags
- XML - Declaration
- XML - Documents
- XML - Syntax
- XML - Overview
- XML - Home
Advance XML
XML Tools
XML Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
XML - CDATA Sections
XML - CDATA Sections
在本章中,我们将讨论XML CDATA Section。 CDATA这一术语是指特征数据。 《欧洲自由贸易区》的定义是案文的组成部分,这些案文不是由教区划出的,而是被承认为标志。
预先界定的实体,例如&ampgt;和&要求打字,一般难以读到标识。 在这种情况下,可以使用《空运公约》条款。 通过使用《空运公约》条款,你正在指挥文件的特定部分没有标记,应当作为常规案文处理。
Syntax
The syntax for CDATA section -
<![CDATA[ characters with markup ]]>
以上各节由三部分组成:
CDATA 第一部分:导言 - CDATA,开端是9-character depmiter<!
CDATA 结尾部分 - CDATA部分结尾处为]> depmiter。
Example
下面的标记法表明了《美洲自由贸易区》的一个实例。 在这里,《美洲贸易协定》部门内部撰写的每一种特性都受到教官的忽视。
<script> <![CDATA[ <message> Welcome to TutorialsPoint </message> ]] > </script >
在上述各行各业之间,所有东西都作为特性数据处理,而不是标记。
CDATA Rules
要求遵守上述《公约》的《公约》条款。
CDATA cannot contain the string "]]>" anywhere in the XML document.
Nesting is not allowed in CDATA section.