From: Daniel Baird Date: 2006-07-25T09:48:58+09:00 Subject: Re: htmltools incorrectly parsing HTML containing server-side tags ------=_Part_81715_18557729.1153788535244 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/25/06, dsutch@gmail.com wrote: > > I'm using HTML Tools 1.09 to parse HTML that contains tags that are to > be processed by the web server. For example, here's an image tag: > > this is a
> seperator I'm not familiar with HTML Tools but it's probably not reasonable to expect a html tool to parse bad html like that. My lazy-arse solution would probably be to replace server tags <$([^>])$> with something insanely unlikely, like {{{{{$1}}}}}. Then do whatever you want with HTML Tools, then once you're done replace the {{{{{ }}}}} with angle brackets again. Assuming curly brackets are ok with HTML Tools :) ;Daniel -- Daniel Baird http://tiddlyspot.com (free, effortless TiddlyWiki hosting) http://danielbaird.com (TiddlyW;nks! :: Whiteboard Koala :: Blog :: Things That Suck) ------=_Part_81715_18557729.1153788535244--