}
this.state = IN_WORKSPACE;
}
} else if (localName.equalsIgnoreCase("collection")) {
if (this.state == IN_WORKSPACE) {
this.currentCollection = new Collection(
this.currentWorkspace, attrs.getValue("title"),
attrs.getValue("href"));
String attr = attrs.getValue("xml:base");
if (attr != null) {
this.currentCollection.setBaseReference(new Reference(