Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-11
-
Fix Version/s: 1.1
-
Component/s: Module - Fml, Module - Xdoc, Module - Xhtml
-
Labels:None
-
Number of attachments :
Description
For example, the snippet
<tr> foo <td/> bar </tr>
successfully parses with the XDocParser, despite the <tr> element having element-only content, i.e. "foo" and "bar" are invalid tokens.
An unfinished idea is to combine a validating XML parser with the XSDs that have recently been created to actually check the input documents against the XSDs.
Also, having a validating XML parser with the proper XSD would allow to detect ignorable whitespace, making the programmatic flag suggested in DOXIA-226 superfluos.