| ![[BACK]](/icons/cvsweb/back.gif) Return to ent12 CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / test | 
libxml2
<?xml version="1.0"?> <!DOCTYPE root [ <!ENTITY foo 'abc'> <!ENTITY bar 'def'> ]> <root attribute="&foo;"> <element>&bar;</element> </root>