| OLD | NEW |
| 1 124907 HTML parse buffer problem when parsing larse in-memory docs | 1 124907 HTML parse buffer problem when parsing larse in-memory docs |
| 2 124110 DTD validation && wrong namespace | 2 124110 DTD validation && wrong namespace |
| 3 123564 xmllint --html --format | 3 123564 xmllint --html --format |
| 4 | 4 |
| 5 TODO for the XML parser and stuff: | 5 TODO for the XML parser and stuff: |
| 6 ================================== | 6 ================================== |
| 7 | 7 |
| 8 $Id: TODO,v 1.44 2005/01/07 13:56:19 veillard Exp $ | 8 $Id$ |
| 9 | 9 |
| 10 this tend to be outdated :-\ ... | 10 this tend to be outdated :-\ ... |
| 11 | 11 |
| 12 DOCS: | 12 DOCS: |
| 13 ===== | 13 ===== |
| 14 | 14 |
| 15 - use case of using XInclude to load for example a description. | 15 - use case of using XInclude to load for example a description. |
| 16 order document + product base -(XSLT)-> quote with XIncludes | 16 order document + product base -(XSLT)-> quote with XIncludes |
| 17 | | 17 | |
| 18 HTML output with description of parts <---(XSLT)-- | 18 HTML output with description of parts <---(XSLT)-- |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 - Updated code to follow more recent specs, added compatibility flag | 269 - Updated code to follow more recent specs, added compatibility flag |
| 270 - Better error handling, use a dedicated, overridable error | 270 - Better error handling, use a dedicated, overridable error |
| 271 handling function. | 271 handling function. |
| 272 - Support for CDATA. | 272 - Support for CDATA. |
| 273 - Keep track of line numbers for better error reporting. | 273 - Keep track of line numbers for better error reporting. |
| 274 - Support for PI (SAX one). | 274 - Support for PI (SAX one). |
| 275 - Support for Comments (bad, should be in ASAP, they are parsed | 275 - Support for Comments (bad, should be in ASAP, they are parsed |
| 276 but not stored), should be configurable. | 276 but not stored), should be configurable. |
| 277 - Improve the support of entities on save (+SAX). | 277 - Improve the support of entities on save (+SAX). |
| 278 | 278 |
| OLD | NEW |