chris nuernberger wrote:
I would like to be able to use a few entities that html uses without
my users putting a schema or dtd reference in my documents.

Schema has no way to define entities, so you will need to use a DTD. You
could always use an internal subset, rather than relying on an external
subset, if that's a concern.

Specifically I would like   and ©.  Is there a way to
register a set of values for these variables with the SAX parser?


No, and more importantly, why would you want to do that? Any documents with undefined entities would not be well-formed, so other XML parsers would not be able to process them.

Dave

Reply via email to