1 |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
4 |
|
is introduced. |
5 |
|
(async, busy): Implemented. |
6 |
|
(parseString): Removed. |
7 |
|
(parse, parseURI): Implemented. |
8 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
9 |
|
(shiftChar): Gets character from current file handle |
10 |
|
rather than replacement text. Don't normalize |
11 |
|
line break characters for internal entities. Don't |
12 |
|
throw |xp:wf-legal-literal-character| error |
13 |
|
for |RestrictedChar| appearing in internal entities. |
14 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
15 |
|
(_EntityDeclaration): Copy document URI and base URI |
16 |
|
to the entity's |$decl| object. |
17 |
|
(ParseError): New code fragment. |
18 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
19 |
|
text. |
20 |
|
(xp-error-lines): Don't appends text if no replacement |
21 |
|
text is available. |
22 |
|
(error-handler): New configuration parameter application resource. |
23 |
|
(ManakaiDOMLSInputToInputFile): New class. |
24 |
|
(ManakaiDOMInputFile): New class. |
25 |
|
|
26 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
27 |
|
|
28 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
29 |
|
|
30 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* XMLParser.dis: Default attribute are now namespace aware. |
* XMLParser.dis: Default attribute are now namespace aware. |
33 |
(parseString): Don't output |Document| warnings |
(parseString): Don't output |Document| warnings |
34 |
during tree construction to standard error output. |
during tree construction to standard error output. |