That solution sounds like the best way to go. Is anyone anywhere of a example program that does a PROPFIND operation?

Since I am new to this, it would be hard to pull a working program just using the javadocs.
Thanks.



Mirko Froehlich wrote:

If all you want to do is enumerate the contents of a folder, a DASL
search seems like overkill. A simple PROPFIND operation should suffice.
If you use the Slide WebDAV client library, the easiest way to do this
seems to be to call WebdavResource.listWebdavResources(), which returns
an array of child resources. You can use isCollection() to distinguish
between folders and documents.

-Mirko


On Mon, 2004-11-15 at 10:37, Tim Frank wrote:



Phillip,

Here is an example DASL query from the Wiki pages:

http://wiki.apache.org/jakarta-slide/DASLSearch

Someone else might know another way.

Tim









---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to