question1) can I output the file in .xml format to receiver system from XI?
2) The output file needs some default text in between the fields
this is the deafult text
<level depth="1" name="corp"/>
<level depth="2" name="2"/>
<level depth="3" name="3"/>
<level depth="4" name="4"/>
<level depth="5" name="5"/>
<level depth="6" name="6"/>
<level depth="7" name="7"/>
<abc code="test" isabcd="false" name="test">
<level depth="1" name="corp"/>
<level depth="2" name=""/>
<level depth="3" name="3"/>
<level depth="4" name="4"/>
<level depth="5" name="5"/>
<level depth="6" name="6"/>
<level depth="7" name="7"/>
<objectAssociation associationType="Any Unit" object="eeeee"/>
name is the field name before the text
objectAssociation associationType & object are field names after the text.
Let me know ur thoughts please.
Edited by: Naga V Akkapeddi on Jun 17, 2008 9:01 PM