Hi,
We have a macro that runs to create outputs into an xml file.
These files are then used by another application but before we can used them in that application we need to manually modify the .xml file(s)
The lines that need to change are the two at the top of the outputted .xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <InputFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Is there anyway to modify the xmlmap to modify these lines?
Line 1 should be removed
Line 2 should just be <InputFile>
I suspect its not possible the only thing I can think of is editing the file(s) with vbs or perl.
We have a macro that runs to create outputs into an xml file.
These files are then used by another application but before we can used them in that application we need to manually modify the .xml file(s)
The lines that need to change are the two at the top of the outputted .xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <InputFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Is there anyway to modify the xmlmap to modify these lines?
Line 1 should be removed
Line 2 should just be <InputFile>
I suspect its not possible the only thing I can think of is editing the file(s) with vbs or perl.