File: book_with_default_namespace.xml

package info (click to toggle)
ruby-roxml 3.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 772 kB
  • ctags: 532
  • sloc: ruby: 4,066; xml: 1,013; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<book xmlns="http://booknamespace.org" isbn="0974514055">
  <title>Programming Ruby - 2nd Edition</title>
  <description>Second edition of the great book out there</description>
  <contributions>
    <contributor role="author"><name>David Thomas</name></contributor>
    <contributor role="supporting author"><name>Andrew Hunt</name></contributor>
    <contributor role="supporting author"><name>Chad Fowler</name></contributor>
  </contributions>
</book>