Quoting Don Smith <[EMAIL PROTECTED]>:
> Would it be possible to convert the private variables
> type propertyNames
> to protected instead of private variables?
> I am trying to extend Propfind so that I can have more than one
> namespace
> and namespaceinfo and am
> having trouble overriding the generateQuery method because these two
> variables are private.
>
> Is there a better way to do this?
Good idea. I'll change that to protected.
I don't quite understand what you're trying to do here. Do you want to add
special processing for some properties ?
If you want to be able to have some properties in different namespaces, it
should already be working fine.
I plan to reorganize a bit PROPFIND in the near future, to make it faster (if
possible), but more importantly more modular.
Remy