Re: [htmltmpl] escape html whitespace

2007-04-02 Thread Matt Taylor
Thanks for the quick reply. This question may be beyond the scope of this mailing list, but... I am pulling data from a database view that adds spaces to create alignment. For example: * AZ300~30ST Full-Width Std Thic AZ300~18ST Full-Width Std Thic * AZ360HD~36HD 20in Tandem St AZ360HD~20HD

Re: [htmltmpl] escape html whitespace

2007-04-01 Thread Mathew Robertson
>> I couldn't find this information in the archive... >> >> I like the ESCAPE options (HTML, URL, JS). >> >> Is there a way to also escape whitespace? In particular, I would like >> an easier way to replace spaces with   >> >> Currently looping through data from dbi and replacing. Any ideas? >>

Re: [htmltmpl] escape html whitespace

2007-03-30 Thread Sam Tregar
On Fri, 30 Mar 2007, Matt Taylor wrote: > I couldn't find this information in the archive... > > I like the ESCAPE options (HTML, URL, JS). > > Is there a way to also escape whitespace? In particular, I would like > an easier way to replace spaces with   > > Currently looping through data from db

[htmltmpl] escape html whitespace

2007-03-30 Thread Matt Taylor
I couldn't find this information in the archive... I like the ESCAPE options (HTML, URL, JS). Is there a way to also escape whitespace? In particular, I would like an easier way to replace spaces with   Currently looping through data from dbi and replacing. Any ideas? Matt