| 
	
 | 
 Posted by Derek Williams on 12/20/05 21:34 
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 
> 
>
 
  
Navigation:
[Reply to this message] 
 |