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=5502>.
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=5502

SAX2COUNT as verifier in emacs

           Summary: SAX2COUNT as verifier in emacs
           Product: Xerces2-J
           Version: 2.0.0 [beta]
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using sgml-mode  emacs can verify xml-docs against dtd's or xml-schemas. The result of 
the 
validation process is displayed in the *compilation* buffer. If the validator writes 
error 
messages or warning in the order:
   file:line:char other infos
one can jump from the error 
message to the location in file directly.
So I suggest to change the order of printing in 
SAC2Count as in the following example
    System.err.println(getLocationString(ex)+" 
[Warning]: "+
                           ex.getMessage());
to allow SAX2Count to be used as validator in emacs.
I 
changed the source code in that way and use SAX2COUNT as a fast verifier for my xml-
docs.

Yours
--ulrich

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

Reply via email to