The replaceData() method replaces data in a CDATA node.
Syntax
CDATANode.replaceData(start,length,string)
Parameter
Description
start
Required. Specifies where to begin replacing characters.
Start value starts at zero
length
Required. Specifies how many characters to replace
string
Required. Specifies the string to insert
Example
The following code fragment loads "books_cdata.xml"
into xmlDoc using
loadXMLDoc() and replace "Stunning" with "Fantastic" in the
CDATA node of the first <html> element:
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.