~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to data/xslt/input/8-1.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<people>
 
3
 
 
4
  <person born="1912" died="1954">
 
5
    <name>
 
6
      <first_name>Alan</first_name>
 
7
      <last_name>Turing</last_name>
 
8
    </name>
 
9
    <profession>computer scientist</profession>
 
10
    <profession>mathematician</profession>
 
11
    <profession>cryptographer</profession>
 
12
  </person>
 
13
 
 
14
  <person born="1918" died="1988">
 
15
    <name>
 
16
      <first_name>Richard</first_name>
 
17
      <middle_initial>P</middle_initial>
 
18
      <last_name>Feynman</last_name>
 
19
    </name>
 
20
    <profession>physicist</profession>
 
21
    <hobby>Playing the bongoes</hobby>
 
22
  </person>
 
23
 
 
24
</people>