The xdmp:save() couldn't save the XML file names that have forward slash. Is there a way to keep the file names having special characters? I appreciate any help you can provide.
"AA-12-0002/1",
"AB-13-0002/1"
The xdmp:save() couldn't save the XML file names that have forward slash. Is there a way to keep the file names having special characters? I appreciate any help you can provide.
"AA-12-0002/1",
"AB-13-0002/1"
For a filesystem path, slashes denote a directory. When saving the URIs above, you would have a filename of 1 inside of the directory AA-12-0002 and AB-13-0002.