Hi,

when using db:export, the serialization parameter use-character-maps works just 
fine.
But can someone explain why it is not possible to use parameter-document? At 
least, it does not work here with 10.3.

As in:

db:export($dbname,$path, map{
  'indent':'no',
  'omit-xml-declaration':'no',
  'parameter-document':'map.xml'
})

OK I can see that there is no parameter-document option in the table I can find 
here defined for fn:serialize():
https://www.w3.org/TR/xpath-functions-31/#func-serialize

When not using db:export(), all is well as described:
https://docs.basex.org/wiki/Serialization#Character_mappings

So in short, I think the answer is the spec. Is it?

Have a nice weekend, Daniel

Reply via email to