xsl-list
[Top] [All Lists]

RE: [xsl] applying templates to attribute value

2008-07-01 10:19:30
Of course it is possible to parse reasonably complicated 
"quoted html in attributes" just using xslt if you want to 
avoid extension functions.
Just bash the attribute value with enough regular expressions 
and generate some element nodes... (see htmlparse.xsl for 
some examples of this).


Long live the DPH [Desperate Perl Hacker, a figure of derision in the early
XML days]

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--