To extract part of the textual data of a CharacterData object , use this method:
C
C.substringData(offset,count)
The method returns the data from 's content starting at index
C and
continuing for offset characters.
count
The
must be less than the length of the data, or the method
will raise offsetxml.dom.IndexSizeErr. If the
extends
past the end of the data, the method will return the
content of the data up to the end.
count