RE: [htmltmpl] Valid XHTML templates

2005-01-19 Thread Michael Lloyd
I wrote the following filter for that reason (and also WYSIWYG editors), but didn't get any feedback on whether this was worth trying to integrate. sub filter_template { my $text_ref = shift @_; $$text_ref =~ s/\{%(.*?)%\}//g; } It seems that HTML/XHTML validation should be possible by de

[htmltmpl] Fetching Remote Templates?

2005-01-18 Thread Michael Lloyd
Has anyone ever attempted (or better yet finished) a filter or something similar to fetch templates on a remote server using LWP? Perhaps the tag looking like: http://www.somewhere.com"; expires="3600"> I realize that this could (and probably should) be accomplished outside of template the in oth

[htmltmpl] Variable syntax suggestion

2004-11-19 Thread Michael Lloyd
could attach this script as a handler for *.tmpl and to view the templates correctly din the browser:    http://localhost/xxx.tmpl By: Michael Lloyd - mwlloyd RE: Variable syntax   2004-11-19 13:44 I have run into this problem for a number of different reasons, including XHTML HTML validation,