source12.xml

来自「XML tutorial」· XML 代码 · 共 33 行

XML
33
字号
<XTutorial id="12" next="13" previous="11">
<!-- <description lang='eng'>CDATA sections  are used to escape blocks of text containing characters which would otherwise be recognized as markup. CDATA sections begin with the string "{![CDATA[" and end with
the string "]]}". The string ']]}' must not occur inside CDATA section. </description> -->
<description lang='dut'>CDATA secties worden gebruikt als ontkoom delen voor tekst die tekens bevat die anders herkent zouden worden als markup. 
CDATA secties beginnen met de tekenreeks "{![CDATA[" en eindigen met de 
tekenreeks "]]}". De tekenreeks ']]}' mag niet voorkomen binnen de CDATA sectie.</description>
<demo type="wf">
<!-- <description lang='eng'>CDATA section </description> -->
<description lang='dut'>CDATA sectie</description>
<doc>
{voorbeeld}
	{![CDATA[ {aaa}bb&amp;cc&lt;&lt;&lt;]]}
{/voorbeeld}
</doc>

</demo>

<demo type="notwf">
<!-- <description lang='eng'>CDATA section must not contain ']]}' </description> -->
<description lang='dut'>CDATA secties mogen ']]}' niet bevatten</description>
<doc>
{voorbeeld}
	{![CDATA[ {aaa}bb ]]}<error>cc&lt;&lt;&lt;]]}</error>
{/voorbeeld}
</doc>

</demo>

</XTutorial>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?