Re: Bug in XmiCasSerializer?

2010-03-30 Thread Marshall Schor
I found another line in that class where these arguments (which are for the namespace) are passed in as , . So I think it is a bug. Also the javadoc for the impl has this for the first 2 parameters of this method: Parameters: *uri* The Namespace URI, or the empty string if none is available

Bug in XmiCasSerializer?

2010-03-29 Thread Greg Holmberg
UIMA developers-- XmiCasSerializer.XmiCasDocSerializer has this method: private void addAttribute(AttributesImpl attrs, String attrName, String attrValue) { attrs.addAttribute(null, null, attrName, cdataType, attrValue); } When I plug in a different ContentHandler (such