Hi Guys, When extracting data from many HTML pages, written by many developers, I come across some pages that use upper case throughout <TABLE WIDTH ... and some who use lower case <table width ...
Now when extracting from these pages using Template::Extract, how can I catch both eventualities, obviously in the most tidy way possible. [% FOREACH table_params %] [% ... %] <TABLE[% ... %]WIDTH="[% width %]" [% END %] any ideas ? Thanks David This message, including any attachments, is confidential and/or privileged and contains information intended only for the person(s) named above. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy. _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
