| ![[BACK]](/icons/cvsweb/back.gif) Return to att7 CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test | 
1.1       misho       1: <!DOCTYPE x [
                      2: <!ELEMENT x (test*)>
                      3: <!ELEMENT test EMPTY>
                      4: <!ATTLIST test att CDATA "attvalue">
                      5: <!ENTITY test.ent "<test/>">
                      6: ]>
                      7: <x>
                      8:     <test/>
                      9:     &test.ent;
                     10: </x>