| ZVON > References > Schematron reference |
| Intro / Search / ZVON |
| Element | name | ||
|---|---|---|---|
| Description | The name element without an attribute prints the name of the current element (or, strictly, the current node). The optional attribute path can be used to print the name of some other element or attribute related to the pattern. | ||
| Attributes |
|
||
| Parents | assert, report | ||
| DTD |
<!ELEMENT name EMPTY>
<!ATTLIST name
path CDATA ".">
|