>> English << | česky | ZVON > Tutorials > Schematron Tutorial |
Intro / Search / ZVON |
>> Example 11 << | Prev | Next | Contents |
Source (XML 1) | Output | ||
---|---|---|---|
<AAA> <BBB aaa="A" bbb="B"/> </AAA> |
|
Source (XML 2) | Output | ||
---|---|---|---|
<AAA> <BBB bbb="B"/> </AAA> |
|
Source (XML 3) | Output | ||
---|---|---|---|
<AAA> <BBB aaa="A"/> </AAA> |
|
Source (XML 4) | Output | ||
---|---|---|---|
<AAA> <BBB/> </AAA> |
|