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

📄 source8.xml

📁 XML tutorial
💻 XML
字号:
<XTutorial id="8" next="9" previous="7">
<description lang='eng'>Characters &lt; and &amp; cannot be used in text as they are used in markup. If  these characters are needed  &amp;lt; must be used insted of &lt; and &amp;amp; instead of &amp; </description>
<!-- <description lang='cze'>Znaky &lt; a &amp; nemohou být použity v textu, neboť jsou určeny pro značkování. Pokud jsou potřeba, &amp;lt; musí být použito místo &lt; a &amp;amp; místo &amp; </description> -->
<demo type="wf">
<description lang='eng'>&amp; and &lt; substitution</description>
<!-- <description lang='cze'>&amp; a &lt; substituce</description> -->
<doc>
{example}
	{isLower}
		23 &amp;lt; 46
	{/isLower}
	{ampersand}
		Willey &amp;amp; sons
	{/ampersand}
{/example}
</doc>

</demo>

<demo type="notwf">
<description lang='eng'>Characters &amp; and &lt; cannot be used inside text</description>
<!-- <description lang='cze'>Znaky &amp; a &lt; nemohou být použity v textu</description> -->
<doc>
{example}
	{isLower}
		23 <error>&lt;</error> 46
	{/isLower}
	{ampersand}
		Willey <error>&amp;</error> sons
	{/ampersand}
{/example}
</doc>
</demo>

</XTutorial>

⌨️ 快捷键说明

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