J 
		
				
			
		JSS
Guest
I am trying to use DEFINE DATASET to generate an XML file with the following format:
	
	
	
		
I tried using the PARENT-FIELDS-AFTER statement with PARENT > Child1 but the Parent field comes out after the Child2 table. What is the correct syntax?
Continue reading...
				
			
		Code:
	
	<Parent>
   <Child1>
     <Child1 field>
   </Child1>
   <Parent field>
   <Child2>
      <Child2 field>
   </Child2>
</Parent>
	I tried using the PARENT-FIELDS-AFTER statement with PARENT > Child1 but the Parent field comes out after the Child2 table. What is the correct syntax?
Continue reading...