Hello!
I tried simple cut and paste from the wiki and came up with the following query for importing an HTML file. The DBA says "Query was successful", but no resources are never added to the db.
declare option db:parser "html"; declare option db:htmlparser "html=false,nodefaults=true"; db:replace("dbname", "filename.html", "/file/path/filename.html")
I'm running the latest war file on Tomcat.
Best wishes Kristian Kankainen