89 | | Except for {{{LiteralData}}}, Each Type Of Data node have at least one {{{<Default>}}} and one {{{<Supported>}}} node. Even if one of those are empty it has to be present as an opening and closing tag. |
| 89 | Except for {{{LiteralData}}}, each Type Of Data node have at least one {{{<Default>}}} and one {{{<Supported>}}} node. Even if one of those are empty, it '''has to be present''' as an opening and closing tag on two different line. So, something like the following: |
| 90 | |
| 91 | {{{ |
| 92 | #!Lineno |
| 93 | <Default> |
| 94 | </Default> |
| 95 | }}} |
| 96 | |
| 97 | In other case, ZOO-Kernel won't be able to parse your ZCFG and will fail to process requests. |
| 98 | |