forked from SWI-Prolog/packages-sgml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
26 lines (21 loc) · 776 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TODO LIST:
* Handling of external entities (both param and normal) in Prolog
* Check ID/IDREF
* Donot use quoted values for tag identifications. Right now the
following leads to bad error handling:
<tag name="value>
* Allow for (a,b) as attribute-type (name-group)
* Handle source-info in included SYSTEM entities
UNICODE:
* Started full unicode support under the CVS branch XML_UNICODE.
* Old version only allows for unicide in CDATA (attribute values
and element content)
* New adds throughout: element-names, tags, filenames, etc.
ISSUES:
- Port to Windows
- Testing
- File-entities
- Leak setting filename using istrdup() in sgml2pl
- Verify performance. Optimise.
- Own character classification and conversion
- Copy from Prolog?