Is it possible to remove xmlns:src="http://xml/apache.org/xindice/Query" attribute in query return message, because more characters cause more transfer delay.
Below is a return message, xmlns:src ... is inserted into every element. It seems very redundant. <service src:col="/db/gmd/resources" src:key="application1" type="application" xmlns:src="http://xml.apache.org/xindice/Query"> <identifier xmlns:src="http://xml.apache.org/xindice/Query"> <uri xmlns:src="http://xml.apache.org/xindice/Query">http://jiayu.com/math</uri> <name version="1.0" xmlns:src="http://xml.apache.org/xindice/Query">math</name> </identifier> <functionality xmlns:src="http://xml.apache.org/xindice/Query">math program</functionality> <usage xmlns:src="http://xml.apache.org/xindice/Query"> <access xmlns:src="http://xml.apache.org/xindice/Query">webservices</access> </usage> </service> Thanks, Jia
