Hi,
I’m trying to store an xml document which contains the entity but I’m getting an error stating “invalid entity reference”.
Any way I can get past this?
Hi,
the XML standard predefines just 5 entities: < > & " '
All other entities must be defined in a DTD. You can get around your problems by adding an internal DTD
to your document that defines the entity
regards
Harald