Availability: |
| ||||||
Inherits from: | textNode object | ||||||
JavaScript syntax: | - | myCDATASection = myDocument.createCDATASection(someData) | |||||
Argument list: | someData | The data content for the new object |
The extended interface supports various document forms other than HTML. This object is used to encapsulate marked up XML without needing to escape all of the markup characters.
You can test for the availability of this feature by means of the Implementation.hasFeature() method. In this case, test for a feature name of "XML" and a version value of "1.0"
See also: | Document.createCDATASection() |
Prev | Home | Next |
Category of an object | Up | CENTER object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |