Schema URI discarded for two-element read overload of XmlSchemaCollection
-------------------------------------------------------------------------
Key: WSCOMMONS-291
URL: https://issues.apache.org/jira/browse/WSCOMMONS-291
Project: WS-Commons
Issue Type: Bug
Components: XmlSchema
Reporter: Benson Margulies
The 'null' in the builder call should be 'uri'.
public XmlSchema read(Element elem, String uri) {
SchemaBuilder builder = new SchemaBuilder(this, null);
XmlSchema xmlSchema = builder.handleXmlSchemaElement(elem, null);
xmlSchema.setInputEncoding(DOMUtil.getInputEncoding(elem.getOwnerDocument()));
return xmlSchema;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]