Annotation of embedaddon/libxml2/result/noent/dav2, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <S:multistatus xmlns:S="http://www.ietf.org/standards/dav/" xmlns:R="http://www.foo.bar/boxschema/">
        !             3:   <S:response>
        !             4:     <S:href>http://www.foo.bar/container/</S:href>
        !             5:     <S:prop>
        !             6:       <R:bigbox>
        !             7:         <R:BoxType>Box type A</R:BoxType>
        !             8:       </R:bigbox>
        !             9:       <R:author>
        !            10:         <R:Name>Hadrian</R:Name>
        !            11:       </R:author>
        !            12:     </S:prop>
        !            13:     <S:status>HTTP 1.1 200 OK</S:status>
        !            14:   </S:response>
        !            15:   <S:response>
        !            16:     <S:href>http://www.foo.bar/container/index.html</S:href>
        !            17:     <S:prop>
        !            18:       <R:bigbox>
        !            19:         <R:BoxType>Box type B</R:BoxType>
        !            20:       </R:bigbox>
        !            21:     </S:prop>
        !            22:     <S:status>HTTP 1.1 200 OK</S:status>
        !            23:   </S:response>
        !            24: </S:multistatus>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>