> I'm wondering if there is an easy way to query for properties
> that don't have DAV as their namespace. In looking at the source for
> PropFindMethod I notice that in the generateQuery function, DAV is
hardcoded in as the
> namespace. I would like to query objects for properties
> whose namespace is not DAV? The only way I can see to do it is to call
> setQueryString and passing in an XML string I generate myself. Am I
missing
> something or is this the only way to do it? Also, if I was to rewrite
> generateQuery so that it correctly dealt with different namespaces on
properties, is this
> something that people would be interested in?
Indeed, you are correct.
Any improvement is welcome, but please provide also backward compatibility
code.
Dirk