Document.createCDATASection() (Method)

Creates a new CDATASection object whose value is the string passed as an argument.

Availability:

DOM level - 1
JavaScript - 1.5
Netscape - 6.0
Property/method value type:CDATASection object
JavaScript syntax:NmyDocument.createCDATASection(someData)
Argument list:someDataThe data content for the new object

See also:CDATASection object