I can't do that because I have no control over the XML that is exported from
vBulletin.
On 5/20/07 3:06 PM, "Michael Kay" <mike(_at_)saxonica(_dot_)com> wrote:
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>
--~--
--~------------------------------------------------------------------
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>
--~--