ExtraSpaceChars Property
Extra characters for the parser to consider as white space.
Object Oriented Interface
public function getExtraSpaceChars(); public function setExtraSpaceChars($value);
Procedural Interface
ipworks_xmlp_get($res, 3 ); ipworks_xmlp_set($res, 3, $value );
Default Value
''
Remarks
Normally, the parser considers only the following characters as white space: ' ' (space), '\t' (tab), '\ n' (newline), '\r' (carriage return), '\f' (form feed), and '\v' (vertical tab).
If you would like any other characters to be considered as white space, you may set them as a string into this property.
This property is not available at design time.
Data Type
String