File: test.xml

package info (click to toggle)
libxmlada 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,212 kB
  • sloc: ada: 78,068; sh: 3,310; makefile: 394; xml: 111; python: 39
file content (22 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<?my_pi ?>
<!--  top level comment -->
<html xmlns:top="http://top-levelns">
   <top:h1>  Big &amp; &#65; &#x41; header</top:h1>
   <manu:h2 xmlns:manu="http://manuns"
      a1="  a  b  " a2=" &#x20; &#x20; a  b&#x20;  " />
   <xml:img 	xml:src='&#65;&amp;toto.gif' />
		    <!-- an invalid comment  -->
   <empty_tag xmlns="http://foons" attr='foo' />
   <full_tag attr="foo"><![CDATA[<greeting]]>full</full_tag>

       <!--  A comment in the middle -->
       <good xmlns:n1="http://www.w3.org" 
  	  xmlns="http://www.w3.org"
	  n1:a="1"  a="2" >   <bad><bad>Test</bad></bad></good>
</html>

<!--  Activate this to test that only one single root child is allowed
<foo2>
</foo2>
-->