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=15509>. 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=15509 problem with XML schema validation Summary: problem with XML schema validation Product: Xerces2-J Version: 2.2.0 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Following xml's schema validation was working fine with xerces.jar in classpath, but not working with new xercesImpl.jar. THe source code was never changed. <?xml version="1.0" encoding="UTF-8"?> <rma_request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://brianko:8080/seoul/xsd/rtds/cisco_rma_requ est.xsd"> <transaction_id>DELL12345</transaction_id> </rma_request> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
