File: ElementValid7

package info (click to toggle)
libxml 1%3A1.8.17-14%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,448 kB
  • ctags: 2,065
  • sloc: ansic: 34,649; xml: 10,690; sh: 8,593; makefile: 374
file content (4 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (5)
1
2
3
4
./test/VC/ElementValid7:7: validity error: Element doc content doesn't follow the Dtd
Expecting ((a | b)* , c+ , a , b? , c , a?), got (a b a c c a)
<doc><a/><b/><a/><c/><c/><a/></doc>
                                  ^