You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/01/02 19:14:33 UTC

DO NOT REPLY [Bug 5638] - namespace in stylesheet causes TransformerConfigurationException

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 keshlam@us.ibm.com  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.