xml/xmllibxml2parser/test/tef/xmlparser2/data/xmlexample.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:41:35 +0300
branchRCL_3
changeset 31 6bcc0aa4be39
parent 0 e35f40988205
permissions -rw-r--r--
Revision: 201014 Kit: 201033

<?xml version="1.0" encoding="UTF-8"?>
<?exampletarget example data?>
<!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> 
    <foobar:SysDoc_Example>
    This file shows XML file parsing example of syslibs component using Symbian OS XML parser framework.
    </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>   
</foobar:DeveloperLibrary>