📄 source12.xml
字号:
<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 withthe string "]]}". The string ']]}' must not occur inside CDATA section. </description><!-- <description lang='cze'>CDATA sekce se používá v případě, kdy potřebujete použít text, který obsahuje znaky, které jsou běžně používány pro značkování. CDATA sekce začíná řetězcem "{![CDATA[" a končí řetězcem "]]}". CDATA sekce nesmí obsahovat řetězec ']]}'. </description> --><description lang='ger'>CDATA-Bereiche sind dafür gedacht, Textblöcke zu maskieren, die andernfalls als Markup erkannt würden. CDATA-Bereiche werden durch die Zeichenkette "{![CDATA[" eingeleitet und durch "]]}" abgeschlossen. Daher darf die Zeichenkette "]]}" nicht innerhalb von CDATA-Bereichen vorkommen.</description><demo type="wf"><description lang='eng'>CDATA section </description><!-- <description lang='cze'>CDATA sekce</description> --><description lang='ger'>CDATA-Bereich</description><doc>{example} {![CDATA[ {aaa}bb&cc<<<]]}{/example}</doc></demo><demo type="notwf"><description lang='eng'>CDATA section must not contain ']]}' </description><!-- <description lang='cze'>CDATA sekce nesmí obsahovat ']]}'</description> --><description lang='ger'>CDATA-Bereich darf nicht "]]}" enthalten.</description><doc>{example} {![CDATA[ {aaa}bb ]]}<error>cc<<<]]}</error>{/example}</doc></demo></XTutorial>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -