| CPAN Ratings Template-Plugin-Nbsp reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Template-Plugin-Nbsp
Seems unnecessary as Geoff Simmons stated. It also uses " " named entity, which can create problems with XHTML (with the correct content-type header). Only few "named entities" are pre-defined in XML. One must use " " with XHTML docs or define nbsp manually in DTD (i.e. <!ENTITY nbsp " ">).
See <www.w3.org/TR/REC-xml/#sec-predefined...; for pre-defined named entities.
Burak Gürsoy - 2005-12-22T04:33:02
I don't see what advantages this has over Template Toolkit's own conditional operators. For example, using a logical OR:
<td>[% variable || ' ' %]</td>
... would achieve the same effect (with more characters required).
Geoff Simmons - 2005-12-21T23:11:23
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|