- Feb
- 2
- 0
Hello,
I would appreciate some assistance with the issues I have with any XML write function.
I have checked with IT and they say there ae no blocks in place.
I have no problem with any XML reading function from a hand created file, or using xpath.
Here is the .btm file extract for creating a file.
It is immediately closed as this is just a common check and create routine.
All commands return 0 indicating success.
If I add
I get the same result from the TCC prompt.
Thanks,
Kevin
I would appreciate some assistance with the issues I have with any XML write function.
I have checked with IT and they say there ae no blocks in place.
I have no problem with any XML reading function from a hand created file, or using xpath.
Here is the .btm file extract for creating a file.
It is immediately closed as this is just a common check and create routine.
IFF NOT ISFILE Test.xml THEN
echo %@xmlcreate[Test.xml]
echo %@xmlsave[Test.xml]
echo %@xmlclose[]
ENDIFF
All commands return 0 indicating success.
If I add
echo > Test.xml
to the file that line does create the file.I get the same result from the TCC prompt.
Thanks,
Kevin