# File /home/ser/Work/rexml/rexml/xpath_parser.rb, line 2
 def s stream
		if stream =~ /(\x20|\x09|\x0D|\x0A)+/
			rv = $1
			strip( stream, rv )
			yield rv
		end
	end