LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI 7.1.1 how to add Tabulation in generated CVIXML file

Hi,
 
I use CVI 7.1.1 and CVIXML library to generate xml files.
But the generated file doesn't fave tabulation character and look like this :
 

<?xml version="1.0"?>
<tag XML1>
<child tag xml 1>
..
</child tag xml1>
</tag XML 1>

I want this :
 

<?xml version="1.0"?>
<tag XML1>
     <child tag xml 1>
     ..
     </child tag xml1>
</tag XML 1>

 
 
 
0 Kudos
Message 1 of 2
(2,880 Views)
Duplicate post

Jonathan N.
National Instruments
0 Kudos
Message 2 of 2
(2,827 Views)