⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 source13.xml

📁 XML tutorial
💻 XML
字号:
<XTutorial id="13" next="1" previous="12">
<description lang='eng'>XML documents may, and should, begin with an XML declaration which specifies the version of XML being used. </description>
<!-- <description lang='cze'>XML dokumenty mohou a měly by začínat XML deklarací, která určuje, jaké verze XML bylo použito.</description> -->
<description lang='chi'>XML文档或许应该以一个XML声明开始,该声明指定了要使用的XML的版本</description>
<description></description>
<demo type="wf">
<description lang='eng'>XML version specification </description>
<!-- <description lang='cze'>Určení verze</description> -->
<description lang='chi'>XML 版本说明 </description>
<doc>
{?xml version="1.0"?}
 {text}This document conforms to the XML 1.0 specification.{/text}
</doc>
</demo>

<demo type="wf">
<description lang='eng'>Encoding specification </description>
<!-- <description lang='cze'>Určení kódování</description> -->
<description lang='chi'>编码说明 </description>
<doc>
{?xml version="1.0" encoding="ISO-8859-2"?}
 {text}If encoding is not given UTF-8 is assumed{/text}
</doc>

</demo>

</XTutorial>

⌨️ 快捷键说明

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