source11.xml
来自「XML tutorial」· XML 代码 · 共 27 行
XML
27 行
<XTutorial id="11" next="12" previous="10">
<description lang='fre'>Les instructions de traitement (PI - Processing instruction en anglais) permettent aux documents XML de contenir des instructions destinées aux applications. </description>
<demo type="wf">
<description lang='fre'>Instructions de traitement </description>
<doc>
{example}
{?perl lower-to-upper-case ?}
{?web-server add-header = "université" ?}
{text}vscht{/text}
{/example}
</doc>
</demo>
<demo type="notwf">
<description lang='fre'>Une instruction de traitement doit se terminer par ?></description>
<doc>
{example}
{?perl run <error>_</error>}
{/example}
</doc>
</demo>
</XTutorial>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?