>> English << | česky | ZVON > Tutorials > Schematron Tutorial |
Intro / Search / ZVON |
>> Example 17 << | Prev | Next | Contents |
Source (XML 1) | Output |
---|---|
<list> <author id="a1">Alice</author> <author id="p1">Paul</author> <author id="p2">Peter</author> </list> | (This file has not been checked.) |
Source (XML 2) | Output | ||
---|---|---|---|
<list> <author id="a1"/> <author id="a2"/> <author id="p1"/> <author id="p2"/> </list> |
|