mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
#21 Umsetzung der API Rückgabe, erste version
This commit is contained in:
parent
a424fbbcfe
commit
ab31ed71b1
21 changed files with 532 additions and 147 deletions
5
src/test/resources/examples/simple/input/foo.xml
Normal file
5
src/test/resources/examples/simple/input/foo.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<foo xmlns="http://validator.kosit.de/test-sample">
|
||||
<inner>asldkfj</inner>
|
||||
</foo>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<simple xmlns="http://validator.kosit.de/test-sample">
|
||||
<inner>asldkfj</inner>
|
||||
<notAllowed />
|
||||
</simple>
|
||||
5
src/test/resources/examples/simple/input/simple.xml
Normal file
5
src/test/resources/examples/simple/input/simple.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<simple xmlns="http://validator.kosit.de/test-sample">
|
||||
<inner>asldkfj</inner>
|
||||
</simple>
|
||||
5
src/test/resources/examples/simple/input/unknown.xml
Normal file
5
src/test/resources/examples/simple/input/unknown.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<existiertNicht xmlns="http://validator.kosit.de/unbekannt">
|
||||
<inner>asldkfj</inner>
|
||||
</existiertNicht>
|
||||
Loading…
Add table
Add a link
Reference in a new issue