File: invalid2.rng

package info (click to toggle)
haskell-hxt-relaxng 9.1.4-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 684 kB
  • ctags: 23
  • sloc: haskell: 12,339; makefile: 167; xml: 37
file content (13 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
<grammar xmlns:html="http://www.w3.org/TR/REC-html40" 
         xmlns="http://relaxng.org/ns/structure/1.0" >
  <start>
    <element name="foo">
      <zeroOrMore>
        <group>
          <attribute name="bar"/>
          <attribute name="baz"/>
        </group>
      </zeroOrMore>
    </element>
  </start>
</grammar>