Author :
Daniel Veillard
Date :
1998-10-27 06:21:04
Hash :ccb09637 Message :Changed the internals a lot for DOM, entity support, slight changes of API,
more (if not all) formating of function comments, started documentation, Daniel.
result/ent3
<?xml version="1.0"?>
<!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
<!ENTITY xml "Extensible Markup Language">
]>
<EXAMPLE prop1="a&b" prop2="&xml;">
Test of entities in attributes.
</EXAMPLE>