Daniel Veillard | d96f6d3 | 2003-10-07 21:25:12 +0000 | [diff] [blame] | 1 | ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from default "http://example.com/fooo" |
William M. Brack | 3b81117 | 2003-05-14 02:53:43 +0000 | [diff] [blame] | 2 | xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" |
| 3 | ^ |
Daniel Veillard | d96f6d3 | 2003-10-07 21:25:12 +0000 | [diff] [blame] | 4 | ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://example.com/fooo" |
William M. Brack | 3b81117 | 2003-05-14 02:53:43 +0000 | [diff] [blame] | 5 | xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto" |
| 6 | ^ |
Daniel Veillard | d96f6d3 | 2003-10-07 21:25:12 +0000 | [diff] [blame] | 7 | ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace does not match the DTD |
William M. Brack | 3b81117 | 2003-05-14 02:53:43 +0000 | [diff] [blame] | 8 | mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/ |
| 9 | ^ |