Questions about the Tamino WebDav Demo

I would like to ask questions about the Demo (photographer application).

I’ve copied the directories under WebDav …
//taminowebdavserver//PictureDemo/
As I see there exist some xml files, so I want to search them by the following …

<?xml version="1.0" encoding="utf-8" ?>

<D:basicsearch>
<D:select>
<D:prop>
<D:displayname/>
<D:getcontenttype/>
<xsv:xpath name=“picture”>
/picture
</xsv:xpath>
</D:prop>
</D:select>
<D:from>
<D:scope>
<D:href>/taminowebdavserver/pictureDemo/PictureDemo/Hong_Kong/ship2</D:href>
</D:scope>
</D:from>
<D:where>
<D:eq caseless=“yes”>
<D:prop>
<D:getcontenttype/>
</D:prop>
<D:literal>text/xml</D:literal>
</D:eq>
</D:where>
</D:basicsearch>


However, I just can find the filename ‘ship2.xml’ but it can’t find the related Xpath ‘/picture’. I am sure the file contains as the DocType, what’s wrong?

[This message was edited by klwong on 04 Mar 2003 at 09:26.]