Sha256: 8d39236adf77d91cf6d2ae2d33afc3c4fa23b6d5efe8b7bbbcef64e974269d38

Contents?: true

Size: 717 Bytes

Versions: 3

Compression:

Stored size: 717 Bytes

Contents

<?xml version="1.0"?>
<!-- http://www.xml.com/pub/a/1999/01/namespaces.html -->
<h:html xmlns:xdc="http://www.xml.com/books"
        xmlns:h="http://www.w3.org/HTML/1998/html4">
 <h:head><h:title>Book Review</h:title></h:head>
 <h:body>
  <xdc:bookreview>
   <xdc:title>XML: A Primer</xdc:title>
   <h:table>
    <h:tr align="center">
     <h:td>Author</h:td><h:td>Price</h:td>
     <h:td>Pages</h:td><h:td>Date</h:td></h:tr>
    <h:tr align="left">
     <h:td><xdc:author>Simon St. Laurent</xdc:author></h:td>
     <h:td><xdc:price>31.98</xdc:price></h:td>
     <h:td><xdc:pages>352</xdc:pages></h:td>
     <h:td><xdc:date>1998/01</xdc:date></h:td>
    </h:tr>
   </h:table>
  </xdc:bookreview>
 </h:body>
</h:html>

Version data entries

3 entries across 3 versions & 2 rubygems

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