Subject: RE: Search and Replace Help
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sun, 20 May 2007 20:06:30 +0100
|
> 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/
| Current Thread |
|
cknell - 20 May 2007 15:42:18 -0000
|
|