File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / noent / dav2
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    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>