If you can modify the the XML to include an inline DTD you can define the entities there:
<!DOCTYPE yourRootElement [
<!ENTITY bull "•">
....
]>
If you can modify the the XML to include an inline DTD you can define the entities there:
<!DOCTYPE yourRootElement [
<!ENTITY bull "•">
....
]>