Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor editorial change. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | schema |
Files: | files | file ages | folders |
SHA3-256: |
16866bc56d264462c61aa8632d0682b6 |
User & Date: | rolf 2019-11-22 23:51:58 |
Context
2019-11-22
| ||
23:54 | Added validation of the included tmml xml documentation against the included tmml.schema as test. check-in: 2bee8a3462 user: rolf tags: schema | |
23:51 | Minor editorial change. check-in: 16866bc56d user: rolf tags: schema | |
2019-11-21
| ||
00:57 | Fixed -DTDOM_NO_SCHEMA=1 build. check-in: 95b30715cd user: rolf tags: schema | |
Changes
Changes to doc/schema.xml.
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
</optdef> <optdef> <optname>line</optname> <desc>If the schema command is currently validating this method returns the line part of the parsing position information and the empty string in all other cases. If the schema command is currently post-validating a DOM tree there may be not position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>column</optname> <desc>If the schema command is currently validating this method returns the column part of the parsing position information and the empty string in all other cases. If the schema command is currently post-validating a DOM tree there may be not position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>domNode</optname> <desc>If the schema command is currently post-validating a DOM tree this command returns the |
| | |
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
</optdef> <optdef> <optname>line</optname> <desc>If the schema command is currently validating this method returns the line part of the parsing position information and the empty string in all other cases. If the schema command is currently post-validating a DOM tree there may be no position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>column</optname> <desc>If the schema command is currently validating this method returns the column part of the parsing position information and the empty string in all other cases. If the schema command is currently post-validating a DOM tree there may be no position information stored at certain or all nodes. The empty string is returned in this cases.</desc> </optdef> <optdef> <optname>domNode</optname> <desc>If the schema command is currently post-validating a DOM tree this command returns the |