Re: [xsl] RSS feeds and disable-output-escaping="yes"

Subject: Re: [xsl] RSS feeds and disable-output-escaping="yes"
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 May 2005 10:05:10 +0100
since your html fragment is just a string to xslt it can be manipulated
with xslt string functions, eg the faq has a replace template that could
replace <img ... by ... although if there is any variability in the
input stream (order of attributes, white space, etc) then handling this
just with XSLT1 string functions might get painful (depending on how
big a change you need to make_ XSLT2 would give you full regular
expression string editing which makes this kind of thing a lot easier.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________

Current Thread