/[suikacvs]/markup/html/whatpm/Whatpm/mkhtmlparser.pl
Suika

Diff of /markup/html/whatpm/Whatpm/mkhtmlparser.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by wakaba, Fri Aug 15 08:32:41 2008 UTC revision 1.14 by wakaba, Sat Aug 30 12:57:06 2008 UTC
# Line 74  while (<>) { Line 74  while (<>) {
74        if ($nsuri eq q<$HTML_NS>) {        if ($nsuri eq q<$HTML_NS>) {
75          $attr_xname = q[undef, [undef, $attr_name]];          $attr_xname = q[undef, [undef, $attr_name]];
76        } else {        } else {
77          ## NOTE: "Adjust SVG attributes" (SVG only) and          ## NOTE: "Adjust SVG attributes" (SVG only),
78            ## "adjust MathML attributes" (MathML only), and
79          ## "adjust foreign attributes".          ## "adjust foreign attributes".
80          $attr_xname = qq[          $attr_xname = qq[
81            \@{            \@{
82              \$foreign_attr_xname->{\$attr_name} ||              \$foreign_attr_xname->{\$attr_name} ||
83              [undef, [undef,              [undef, [undef,
84                       $nsuri eq \$SVG_NS ?                       ($nsuri) eq \$SVG_NS ?
85                           (\$svg_attr_name->{\$attr_name} || \$attr_name) :                           (\$svg_attr_name->{\$attr_name} || \$attr_name) :
86                         ($nsuri) eq \$MML_NS ?
87                             (\$attr_name eq 'definitionurl' ?
88                                 'definitionURL' : \$attr_name) :
89                           \$attr_name]]                           \$attr_name]]
90            }            }
91          ];          ];

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24