Actually what I'd like to do is to be able to generate this line
<D:propfind xmlns:D="DAV:" xmlns:h="http://schemas.microsoft.com/hotmail/"
xmlns:hm="urn:schemas:httpmail:" >
and the only way I found out how to do it was to extend PropFindMethod and
XMLPrinter so that I could pass an array of namespaces, again any other
ideas would always be appreciated.
thanks
Don Smith
On Wed, 28 Mar 2001, Remy Maucherat wrote:
> 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
>