1 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (d:Feature): New canonical feature |
4 |
|
name |fe:XDoctype| is added. |
5 |
|
|
6 |
|
* XMLParser.dis: Predefined general entity references |
7 |
|
are implemented. Creates |Entity| nodes from general entities |
8 |
|
declared in internal subset. |Entity| nodes created from internal |
9 |
|
general parsed entities now have replacement tree. |
10 |
|
Sets |cfg:entity-reference-read-only| flag off during |
11 |
|
the tree generation. Some parsing rules use |$self->{doc}| |
12 |
|
rather than |$doc| parameter. Similarly, |$self->{docx}| (document |
13 |
|
node with |fe:XDoctype| feature) and |$self->{dtdef}| are |
14 |
|
introduced. General entity references in attribute value literal |
15 |
|
are supported. |
16 |
|
|
17 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration |
20 |
|
parameter name changed to |cfg:entity-reference-read-only|. |
21 |
|
(createEntityReference): Set |c:read-only| flag of |
22 |
|
the created entity reference, too. |
23 |
|
|
24 |
|
* DOMLS.dis (min): New canonical feature name |fe:Min| added. |
25 |
|
|
26 |
|
* GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString| |
27 |
|
from |DOMFeature| module instead. Use |idl:Object| |
28 |
|
instead of |DOMMain:DOMObject| as well. |
29 |
|
(Generic): New canonical feature name |fe:GenericLS| added. |
30 |
|
(DOMLS:ParserRole, DOMLS:SerializerRole): Their |
31 |
|
canonical name changed to |gls:ParserRole| and |gls:SerializerRole| |
32 |
|
respectively. |
33 |
|
|
34 |
|
* DOMXML.dis (entities, notations): Perl code removed. |
35 |
|
It will be reimplemented using |DocumentTypeDefinition| |
36 |
|
class from |XDoctype| module. |
37 |
|
|
38 |
|
* DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis, |
39 |
|
Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis, |
40 |
|
SimpleLS.dis: Cleaned up unused definitions. |
41 |
|
|
42 |
|
* DOMCore.dis, DOMLS.dis (CParam): Definitions |
43 |
|
for LS module moved from |DOMCore| module to |DOMLS| module. |
44 |
|
This change makes |DOMCore| to |DOMLS| dependency removed. |
45 |
|
|
46 |
|
* .cvsignore (.html.pm, .ls.pm): Removed. |
47 |
|
|
48 |
|
* Makefile (.html.pm, .ls.pm): Removed. |
49 |
|
(feature.dae): Include |GenericLS| module. |
50 |
|
(core.dae): Don't include |DOMLS| and |GenericLS| module. |
51 |
|
(ls.dae): Include |DOMLS| module. |
52 |
|
|
53 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
* XMLParser.dis: Tests on default attributes and their |specified| |
* XMLParser.dis: Tests on default attributes and their |specified| |