aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/doc/src/people.txt
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/xmerl/doc/src/people.txt
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/xmerl/doc/src/people.txt')
-rw-r--r--lib/xmerl/doc/src/people.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/people.txt b/lib/xmerl/doc/src/people.txt
new file mode 100644
index 0000000000..7472d8d42c
--- /dev/null
+++ b/lib/xmerl/doc/src/people.txt
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<people>
+ <person born="1912" died="1954">
+ <name>
+ <first_name>Alan</first_name>
+ <last_name>Turing</last_name>
+ </name>
+ <profession>computer scientist</profession>
+ <profession>mathematician</profession>
+ <profession>cryptographer</profession>
+ </person>
+ <person born="1918" died="1988">
+ <name>
+ <first_name>Richard</first_name>
+ <middle_initial>P</middle_initial>
+ <last_name>Feynman</last_name>
+ </name>
+ <profession>physicist</profession>
+ <hobby>Playing the bongos</hobby>
+ </person>
+</people>