Does anybody know if this is going to be supported? yea or nea.
public Resource createResource(String name, String type) throws
XMLDBException {
if (!"XMLResource".equals(type)) {
throw new XMLDBException(ErrorCodes.UNKNOWN_RESOURCE_TYPE, "only
XMLResources supported");Thanks in advance... Kurt
