TFojan
11th August 2004, 16:54
Does anybody now how i can change the xml declaration? I will have the encoding type also in the declaration?
vahdani
11th August 2004, 17:48
Hi,
Quote from the Baan documentation:
XML generator restrictions:
A fixed XMLDecl is generated. This declaration is always: <?xml version="1.0"?>
The only way I can think of is to outut the generated XML to a temp file. Read and modify/replace the first line using seq.* functions.