~ubuntu-branches/debian/sid/xom/sid

« back to all changes in this revision

Viewing changes to data/canonical/input/test3.4.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 doc [
 
2
<!ATTLIST normId id ID #IMPLIED>
 
3
<!ATTLIST normNames attr NMTOKENS #IMPLIED>
 
4
]>
 
5
<doc>
 
6
   <text>First line&#x0d;&#10;Second line</text>
 
7
   <value>&#x32;</value>
 
8
   <compute><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></compute>
 
9
   <compute expr='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</compute>
 
10
   <norm attr=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
 
11
   <normNames attr='   A   &#x20;&#13;&#xa;&#9;   B   '/>
 
12
   <normId id=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
 
13
</doc>