Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -1265,7 +1265,7 @@ private EXistResourceSet find(String xpath) throws XMLDBException {
consoleOut("Sort-by = " + sortBy);
}

final EXistXPathQueryService service = (EXistXPathQueryService) getCollection().getService("EXistXPathQueryService", "1.0");
final EXistXPathQueryService service = (EXistXPathQueryService) getCollection().getService("XPathQueryService", "1.0");
service.setProperty(OutputKeys.INDENT, properties.getProperty(INDENT));
service.setProperty(OutputKeys.ENCODING, properties.getProperty(ENCODING));

Expand Down