Related to my last post - another improvement to the command line client printing is
the change below to display both the namespace and name of the returned properties.
Jim
Index: Client.java
===================================================================
RCS file:
/msrc/proj/collab/cvs/SAM/slide/src/webdav/client/src/org/apache/webdav/cmd/Client.java,v
retrieving revision 1.1.1.1
retrieving revision 1.4
diff -r1.1.1.1 -r1.4
758c758
< out.println(" " + property.getName() + " : " +
property.getPropertyAsString());
---
> out.println(" " + property.getNamespaceURI() +" " +
> property.getLocalName() + " : " + property.getPropertyAsString());
James D. Myers
Chief Scientist, Scientific Computing Environments Group
Computational Science and Mathematics Department
Pacific Northwest National Laboratory
Phone: 610-355-0994
Fax: 208-474-4616
[EMAIL PROTECTED]