My R knowledge is very limited, so it’s difficult to give you advice (maybe someone else can).
Does "XML_Files" mean that you are trying to pass on more than a single document?
On Tue, Feb 22, 2022 at 4:24 PM Ben Engbers ben.engbers@gmail.com wrote:
Yes I did ;-)
Both commands use the same set of xml-files. Session$Execute(paste("Create db", DB_Name, XML_Files)) accepts them. Session$Create(DB_Name, XML_Files) don't
Ben
Op 22-02-2022 om 16:15 schreef Christian Grün:
Hi Ben,
The server protocol does not specify the format that is to be used for input.
In order to understand the syntax of "{input}", you can have a look at the Conventions paragraph:
{...}: utf8 strings or raw data, suffixed with a \00 byte. To avoid confusion with this end-of-string byte, all transferred \00 and \FF bytes are prefixed by an additional \FF byte.
Maybe you don’t take care of 00 and FF bytes in the input yet?
Best, Christian