Apache web server tutorial - C CDATASection object (Object/DOM) Category: Description: Embedded

C CDATASection object (Object/DOM) Category: Description: Embedded Language facilities particularly intended for use in embedded interpreters. Generic Topics that discuss something that could be used server-side or client-side are categorized as generic. Properties and objects may be defined server-side and deployed client-side. Microsoft There are many proprietary additions by Microsoft. These are the particularly noteworthy items and are generally non-portable. Server Language elements that are really only useful on the server side. Shell Language facilities that are added for use in shell scripts. CDATASection object (Object/DOM) Part of the extended interface that DOM describes for supporting non-HTML content. Availability: DOM level 1 JavaScript 1.5 JScript 5.0 Internet Explorer 5.0 Netscape 6.0 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″ Document.createCDATASection() See also: Inheritance chain: CharacterData object, Node object, textNode object CENTER object (Object/HTML) An object that represents the

HTML tag. Availability: JScript 3.0 Internet Explorer 4.0 Inherits from: Element object

Leave a Reply