File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / dav15
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:01 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: <?xml version="1.0"?>
    2: <D:prop xmlns:D="http://www.ietf.org/standards/dav/" xmlns:F="http://www.foocorp.com/Project/">
    3:   <D:Source>
    4:     <D:link>
    5:       <F:projfiles>Source</F:projfiles>
    6:       <D:src>http://foo.bar/program</D:src>
    7:       <D:dst>http://foo.bar/src/main.c</D:dst>
    8:     </D:link>
    9:     <D:link>
   10:       <F:projfiles>Library</F:projfiles>
   11:       <D:src>http://foo.bar/program</D:src>
   12:       <D:dst>http://foo.bar/src/main.lib</D:dst>
   13:     </D:link>
   14:     <D:link>
   15:       <F:projfiles>Makefile</F:projfiles>
   16:       <D:src>http://foo.bar/program</D:src>
   17:       <D:dst>http://foo.bar/src/makefile</D:dst>
   18:     </D:link>
   19:   </D:Source>
   20: </D:prop>

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