1 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Output.pm ($htescape_value): New code. Some methods should |
4 |
|
invoke this code instead of original $htescape, since that |
5 |
|
code will convert invisible characters into HTML tags |
6 |
|
such that that code is not suitable for attribute values |
7 |
|
and CDATA/PCDATA element contents. |
8 |
|
($get_object_path): New. Future revision of this code should |
9 |
|
support real "path" to the node object. The current version |
10 |
|
only dumps the type and the name of the node itself. |
11 |
|
(node_link): Support for non-DOM nodes. |
12 |
|
|
13 |
|
* Result.pm (add_error): Support for non-DOM nodes. |
14 |
|
|
15 |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
2008-07-27 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
* Output.pm (new, input): |input| attribute should always have an input |
* Output.pm (new, input): |input| attribute should always have an input |