PDA

View Full Version : Parsing CDATA in FF??


darkmage784
11-01-2005, 03:13 AM
How can I get the value of CDATA sections in Firefox? Does FF even support the XML DOM? (W3Schools' examples are almost all proprietary IE VB+ActiveX.)

Alex Vincent
11-01-2005, 04:32 AM
Firefox most definitely supports the Core DOM. Much better than IE, I dare say.

Once you've found the CDATA section you want, just ask for its nodeValue property.