Amol,
Pretty sure that it means the white space after a tag. for example:
<myName> Joe Dempsey</myName>
or (even worse, with CR)
<myName>
Joe Dempsey
</myName>
Amol Hatwar wrote:
Hi,
The PHP Manual entry for xml_parser_set_option lists an option called:
XML_OPTION_SKIP_WHITE. I really couldn't decipher what this option
enables or disables.
The manual entry itself is a bit terse:
"Whether to skip values consisting of whitespace characters."
Doodling around with it in code got me no luck. Any ideas on what kind
of whitespaces it does supress?
Regards,
ah
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php