xml/xmlfw/test/rtest/data/simple.xml
changeset 0 e35f40988205
child 4 d2801e68661f
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
       
     2 <?testPI myData?>
       
     3 <!--
       
     4  Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     5  All rights reserved.
       
     6  This component and the accompanying materials are made available
       
     7  under the terms of the License "Symbian Foundation License v1.0"
       
     8  which accompanies this distribution, and is available
       
     9  at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
    10 
       
    11  Initial Contributors:
       
    12  Nokia Corporation - initial contribution.
       
    13 
       
    14  Contributors:
       
    15 
       
    16  Description:
       
    17  simple.xml - simple xml test file with known content for use with t_xmlparser
       
    18  All Rights Reserved
       
    19 
       
    20 -->
       
    21 
       
    22 
       
    23 
       
    24 <RootElement>
       
    25 	<Element1A>
       
    26 		<Element2A/>
       
    27 		<Element2B>&lt;character data&gt;</Element2B>
       
    28 	</Element1A>
       
    29 	<Element1B>&quot;more character data&quot;</Element1B>
       
    30 	<Element1C><![CDATA[<greeting>Hello, world!</greeting>]]></Element1C>
       
    31 </RootElement>
       
    32 <?testPI myData2?>