Subject: Re: Search and Replace Help
From: Matthew Ebbertt <mje004@xxxxxxxx>
Date: Sun, 20 May 2007 15:27:32 -0400
|
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@xxxxxxxxxxxx> 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/
|