Well Defined XML

admin

Administrator
Staff member
Hi,

I have the following XML data, is it right approach to have best XML. Still i need to have attributes as different sections and make use of it. Please go over and point what are all the chenges required to make it better.


<Cfg>
<CF>I</JTAG>
<CF>J</JTAG>

<EX name="WRITE">
<CA name="J" D="0" L="1"></CALL>
</EX>
<SC>
<RUN name="WRITE" ></RUN>
</SC>
</Cfg>
 
Back
Top