Math.ent
<!ENTITY phi “φ”>
<!ENTITY alpha “α”>
MyDocument.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root[
<!ENTITY % math SYSTEM “math.ent”>
%math;
]>
<root>
<line>φ value is 22.7</line>
<line>Let α be value of circumference of circle</line>
</root>
Comments
No comments have been made yet.
Please login to leave a comment. Login now