Register  Login       Search  
Forum  
 
  
 
Forum  Forum     
 
SearchForum Home
  XML Lab Site  General  creating xml fi...
 creating xml file using VB
 
harish13
1 posts
Joined
8/21/2006

creating xml file using VB
Posted: 21 Aug 06 5:22 AM (India)

hi,

i have 2 arrays,  i want to run a program to fill tha array if the array size becomes 2KB i want to create a xml file
like this

<detail>

<person>
<address>    </address>
<age>          </age>
<data>cntents of array 1</data>
</person>

<education>
<primary>  </primary>
<degree>   </degree>
<data>   contents of array 2  </data>
</education>

<person>
<address>    </address>
<age>          </age>
<data>cntents of array 1</data>
</person>

<education>
<primary>  </primary>
<degree>   </degree>
<data>   contents of array 2  </data>
</education>

<person>
<address>    </address>
<age>          </age>
<data>cntents of array 1</data>
</person>

<education>
<primary>  </primary>
<degree>   </degree>
<data>   contents of array 2  </data>
</education>


</detail>

i want to repeat this untill data over

is it possible to do this
that is, if i accumulated 2KB of data write it into the xml file at the appropriate tag,
then accumulate next 2KBs of data like that plese help in this regard

  XML Lab Site  General  creating xml fi...
Forum Home  Search