Sha256: 0ad92c6d9361ce37d707bc04b924a5f9c69385f1885439e3f0ef2b07bdb09026

Contents?: true

Size: 986 Bytes

Versions: 3

Compression:

Stored size: 986 Bytes

Contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- http://www.captain.at/howto-xml-xsl-example.php -->
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<document>
<menu>
   <item>
      <name>Captain</name>
      <url>http://www.captain.at</url>
   </item>
   <item>
      <name>Jupiter</name>
      <url>http://www.jupiterradio.com</url>
   </item>
   <item>
      <name>Plants</name>
      <url>http://www.bryophyllum.com</url>
   </item>
</menu>   
<content>
   <news>
      <title>
         test1
      </title>
      <news>
         test 1 text
      </news>
   </news>
   <news>
      <title>
         test2
      </title>
      <news>
         <font face="courier">
         <strong>test 2 text &#8801;</strong>
         </font>
      </news>
      <include>
         <data>
            <item>
               include-text1
            </item>
            <item>
               include-text2
            </item>
         </data>
      </include>
   </news>
</content>
</document>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
dreamcat4-libxml-bindings-0.2.0 test/xml/document.xml
dreamcat4-libxml-bindings-0.2.1 test/xml/document.xml
libxml4r-0.2.6 test/xml/document.xml