navkhangura
Technical User
Hi, I am new to XML and am having a few problems.
I am using a translator to convert a .txt file into a .xml file. We have been given an updated translator and have noticed that the .xml file is not executing correctly.
The only difference in the .xml file is a small part of the order.
It is supposed to be like this:
<vofile>XPOSE</vofile>
<rate>0</rate>
<fxno>1</fxno>
<tran>0</tran>
But it is now appearing like this:
<fxno>1</fxno>
<rate>0</rate>
<vofile>XPOSE</vofile>
<tran>0</tran>
The question is; does the order of the XML affect the execution?
Thanks in advance!
Nav
I am using a translator to convert a .txt file into a .xml file. We have been given an updated translator and have noticed that the .xml file is not executing correctly.
The only difference in the .xml file is a small part of the order.
It is supposed to be like this:
<vofile>XPOSE</vofile>
<rate>0</rate>
<fxno>1</fxno>
<tran>0</tran>
But it is now appearing like this:
<fxno>1</fxno>
<rate>0</rate>
<vofile>XPOSE</vofile>
<tran>0</tran>
The question is; does the order of the XML affect the execution?
Thanks in advance!
Nav