File: zoo.xml

package info (click to toggle)
ruby-ox 2.14.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,504 kB
  • sloc: xml: 39,683; ansic: 9,626; ruby: 6,441; sh: 47; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Park.Zoo>
  <lion>2</lion>
  <tiger type="Fixnum">3</tiger>
  <bear type="Float">5.7</bear>
  <oh_my type="TrueClass"/>
  <raw type="Pod.Xml.XmlStr">
    <Top attr="value">
      <Middle>
        <Inside/>
        <Str>Hello There</Str>
        <!-- Some comment -->
      </Middle>
    </Top>
  </raw>
  <oh_pi type="FalseClass"/>
  <tea_time type="Time">1288724706.500122</tea_time>
</Park.Zoo>