File: example-4.xml

package info (click to toggle)
ruby-libxml 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,964 kB
  • ctags: 2,319
  • sloc: xml: 8,711; ansic: 8,472; ruby: 7,563; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
<!DOCTYPE doc [<!ATTLIST normId id ID #IMPLIED>]>
<doc>
   <text>First line&#x0d;&#10;Second line</text>
   <value>&#x32;</value>
   <compute><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></compute>
   <compute expr='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</compute>
   <norm attr=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
   <normId id=' &apos;   &#x20;&#13;&#xa;&#9;   &apos; '/>
</doc>