File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test / pattern / namespaces.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:37:59 2012 UTC (12 years, 6 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: <a xmlns:a="http://a" xmlns:b="http://b" xmlns:c="http://a">
    2:   <b/>
    3:   <a:a>
    4:     <b:b/>
    5:   </a:a>
    6:   <b:b>
    7:     <a>
    8:       <a:a>
    9: 	<b:b/>
   10:       </a:a>
   11:     </a>
   12:   </b:b>
   13:   <a xmlns="http://a">
   14:     <a xmlns=""/>
   15:   </a>
   16:   <c:a/>
   17: </a>

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