~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to data/test.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE test>
 
2
<?xml-stylesheet href="file.css" type="text/css"?> 
 
3
<!-- test -->
 
4
<test xmlns:xlink='http://www.w3.org/TR/1999/xlink'>
 
5
Hello dear
 
6
<em>very important</em>
 
7
<span xlink:type='simple'>here&apos;s the link</span>
 
8
<svg:svg xmlns:svg='http://www.w3.org/TR/2000/svg'>
 
9
        <svg:text>text in a namespace</svg:text>
 
10
</svg:svg>
 
11
<svg xmlns='http://www.w3.org/TR/2000/svg'><text>text in a namespace</text></svg>
 
12
</test>
 
13
<!--epilog-->
 
14
  
 
 
b'\\ No newline at end of file'