Hi,
I am trying to open a collection of files where some of them contain character entity references like – which are not declared in the document and so make basex crash if I use collection()
If I use file:read-text for each file and then put this functioni in file:write, the saved text will show < > instead of < and >: why?
Moreover, if I create a database from the GUI and select the option "skip corrupt", the database is created. However if I follow instruction here http://docs.basex.org/wiki/Parsers In order to add single files to a db usind db:add and precede the query with declare option db:skipcorrupt 'true', the files are not added because I get an error message due to the not well-formed xml. I have tried to declare other db options in the same way but they seem not be read.
Giuseppe