DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3918>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3918

Overwriting built in default Entities

           Summary: Overwriting built in default Entities
           Product: Xerces-J
           Version: CVS extract
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: DTD
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Shouldn't it be possible to overwrite th ebuilt in entities <>'" and &.
That would make it possible to declare them as escaped. For example 
with <!ENTITY amp "&#38;#38;"> '&amp;' becames '&#38;#38;'. There shouldn't 
araise a problem out of it because one could of cause use the numerical entity 
which wouldn't be affected by this.

I saw file org.apache.xerces.impl.XMLScanner.java performaing a static 
translation from those character-entities into their single character 
representation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to