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=5638>. 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=5638 namespace in stylesheet causes TransformerConfigurationException ------- Additional Comments From [EMAIL PROTECTED] 2002-01-02 10:14 ------- The syntax of an XML Namespace's name is supposed to be a URI, or possibly a URI Reference (though there is currenly no consensus on how anything but an absolute URI should be interpreted and the W3C has declared relative URI references unsupported at this time). The string you gave, "//org.omg/UML/1.3" is not valid syntax even for a relative reference. So the error may not be very diagnostic, but your input really is wrong and needs to be fixed.
