~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to t/namespace/ns5.xml

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-1asj0n4u3w4q6jem
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE song PUBLIC "-//NIST LaTeXML//LaTeXML Poem" "ns5.dtd">
 
3
<song xmlns="http://outer.com/" xmlns:inner="http://inner.com/">
 
4
  <verse>
 
5
    <inner:line>Twinkle, twinkle little star,</inner:line>
 
6
    <inner:line>How I wonder what you are.</inner:line>
 
7
  </verse>
 
8
  <verse>
 
9
    <inner:line>Up above the world so high,</inner:line>
 
10
    <inner:line>Like a diamond in the sky</inner:line>
 
11
  </verse>
 
12
</song>