Als ik een pagina laat valideren krijg ik de boodschap "The Validator XML support has some limitations"
Ik begrijp daar dus niets van en weet niet wat ik hier moet mee aanvangen.[/quote]Limitations
OpenSP does not enforce the following XML constraints:
* XML constrains processing instructions with a target matching [Xx][Mm][Ll], both in terms of where they can occur and their content.
* XML does not allow a parameter separator that is adjacent to a delimiter to be omitted.
* XML has constraints on the use of & in parameter literals. In SGML terms, XML says that the ero delimiter is recognized in a parameter literal, and that it must be followed by an entity reference, but the entity reference is not expanded.
Line ends are normalized using SGML conventions to a CR/LF character pair rather than using the XML convention of a single LF character.
OpenSP does not enforce XML's rules on not continuing normal processing after an error. Applications can enforce these if they choose.