~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to examples/dom_parser_raw/example.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE example PUBLIC "" "example.dtd">
 
3
 
 
4
<example>
 
5
  <examplechild id="1">
 
6
    <child_of_child/>
 
7
  </examplechild>
 
8
  <examplechild id="2">
 
9
    <child_of_child/>
 
10
  </examplechild>
 
11
</example>
 
12