aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/doc/src/new_motorcycles2.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/new_motorcycles2.txt
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/xmerl/doc/src/new_motorcycles2.txt')
-rw-r--r--lib/xmerl/doc/src/new_motorcycles2.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/new_motorcycles2.txt b/lib/xmerl/doc/src/new_motorcycles2.txt
new file mode 100644
index 0000000000..445f6c4035
--- /dev/null
+++ b/lib/xmerl/doc/src/new_motorcycles2.txt
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE motorcycles SYSTEM "motorcycles.dtd">
+<motorcycles>
+ <bike year="2000" color="black">
+ <name>
+ <manufacturer>Suzuki</manufacturer>
+ <brandName>Suzuki VL 1500</brandName>
+ <additionalName>Intruder</additionalName>
+ </name>
+ <engine>V-engine, 2-cylinders, 1500 cc</engine>
+ <kind>custom</kind>
+ <drive>cardan</drive>
+ <accessories>Sissy bar, luggage carrier,V&amp;H exhaust pipes</accessories>
+ </bike>
+ <date>2004.08.25</date>
+ <bike year="1983" color="read pearl">
+ <name>
+ <manufacturer>Yamaha</manufacturer>
+ <brandName>XJ 400</brandName>
+ </name>
+ <engine>4 cylinder, 400 cc</engine>
+ <kind>alround</kind>
+ <drive>chain</drive>
+ <comment>Good shape!</comment>
+ </bike>
+ <bike year="2003" color="black" condition="new">
+ <name>
+ <manufacturer>Harley Davidsson</manufacturer>
+ <brandName>XL1200C</brandName>
+ <additionalName>Sportster</additionalName>
+ </name><engine>V-engine, 2-cylinders, 1200 cc</engine>
+ <kind>custom</kind>
+ <drive>belt</drive>
+ </bike>
+</motorcycles>