New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
test.xml in vendors/XMLF90/current/doc/Examples/sax/simple – NEMO

source: vendors/XMLF90/current/doc/Examples/sax/simple/test.xml @ 1960

Last change on this file since 1960 was 1960, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

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.