xsl-list
[Top] [All Lists]

RE: [xsl] Search and Replace Help

2007-05-20 12:06:54
Is there a way to somehow ignore the <![CDATA[]]> element so 
that the web browser will parse the HTML tags within there?  
If so, I may be able to use the JavaScript to get it done 
then, correct?

The purpose of CDATA is to say "the things in here might look like tags, but
I want you to treat them as text". So if you want them treated as tags,
don't use CDATA.

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>
--~--