[basex-talk] HTML serialization error

2013-11-27 Thread Lars Johnsen
When converting files from xml to html, there appeared a serialization error saying something to the effect that x84 was an illegal html character. The files were written using file:write with parameter $params defined as: let $params := output:serialization-parametersoutput:method value=html//

[basex-talk] default element namespace and restxq

2013-11-27 Thread sechel
Hi, I'm experiencing problems using a default element namespace in a restxq module. Here is a working example taken from the default restxq module. All I addded is the namespace of the response element. module namespace page = 'http://basex.org/modules/web-page'; declare namespace test =

Re: [basex-talk] how to develop our repository lib package?

2013-11-27 Thread Christian Grün
It should be possible to parse XAR packages as long as they don’t contain any implementation-specific contents. On Thu, Nov 28, 2013 at 12:59 AM, easy lin...@126.com wrote: hi,all, what's the extension package specifinition? can I install exist-db 's xar package into basex? -- 此致

Re: [basex-talk] HTML serialization error

2013-11-27 Thread Lars Johnsen
Hi Christian and thanks for the quick solution! Do you have some idea how the x84 byte was stored into the database? Each file is a digitized book, where the bytes comes stem the OCR-process. The words themselves are stored as values of attributes, for example STRING CONTENT=word. All the