Re: [xsl] cleaning up ill-structured html

Subject: Re: [xsl] cleaning up ill-structured html
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 24 Jan 2003 09:45:23 GMT
> I would assume that it's easier to do this in perl, provided you know 
> both?

Not necesssarily,
Even if a bulk of the translation is moving from a "flat" system to a
hierarchical one, you still need to match nested start/end pairs, which
you can't do with regexp alone, although you could of course use perl's
XML parsing modules these days. Also often you want to do other more
XSLT-friendly things at the same time, and it makes sense to do it all
at once.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread