source: XMLF90/doc/Examples/sax/simple/test.xml @ 6

Last change on this file since 6 was 6, checked in by ymipsl, 15 years ago

Import des sources XMLF90

File size: 578 bytes
Line 
1<?xml version="1.0"?>
2
3<!DOCTYPE public test>
4
5<!-- Test of XML parsing
6      Alberto Garcia, May-June 2003 -->
7
8<test version   =  "0.1">
9
10<preamble>A small file to show the
11          parser in action ...
12</preamble>
13
14<title>Mary had a &lt;little&gt; lamb who liked standard entities</title>
15
16<misc disposition="throw_away" 
17      other_att = 'single quotes to enclose "Oh!"...'  >
18
19  <single what="An 'empty' tag" />
20
21  <text>This is some text, split into two lines,
22        which will be passed by means of two calls to the pcdata handler.
23  </text>
24
25</misc>
26</test>
27
28
29
30
31
Note: See TracBrowser for help on using the repository browser.