xmlexample.xml
来自「用symbian提供的 sax 解析XML文件」· XML 代码 · 共 20 行
XML
20 行
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="type" href="uri"?>
<!DOCTYPE foobar:DeveloperLibrary SYSTEM "xmlexample.dtd">
<foobar:DeveloperLibrary xmlns:foobar="http://symbian.com/">
<foobar:foo>&unknown;</foobar:foo>
<foobar:file type="xml">XmlExample.xml</foobar:file>
<!--test conmment foobar:file-->
<foobar:SysDoc_Example>
This file shows XML file parsing example of syslibs component using Symbian OS XML parser framework.
<!--test conmment foobar:SysDoc_Example-->
</foobar:SysDoc_Example>
<foobar:Company_Copyright>
Copyright (c) Symbian Software Ltd 2007. All rights reserved.
</foobar:Company_Copyright>
<foobar:Message_1>
Happy programming to all
</foobar:Message_1>
<!--test conmment foobar:Message_1-->
</foobar:DeveloperLibrary>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?