User Profile

Collapse

Profile Sidebar

Collapse
harish139
harish139
Last Activity: Feb 13 '07, 10:02 AM
Joined: Jun 28 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • harish139
    started a topic creating a xml file dynamically using VB

    creating a xml file dynamically using VB

    hi,
    i want to create a xml file dynamically,
    that is

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

    Code:
     <detail> 
     
    <person> 
    <address> </address> 
    <age> </age> 
    <data>cntents of array 1</data> 
    </person> 
     
    <education>
    ...
    See more | Go to post
    Last edited by Niheel; Aug 22 '06, 04:45 PM.

  • harish139
    started a topic creating a xml file dynamically
    in XML

    creating a xml file dynamically

    hi,
    i want to create a xml file dynamically,
    that is

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

    Code:
    <detail> 
    
    <person> 
    <address>    </address> 
    <age>          </age> 
    <data>cntents of array 1</data> 
    </person>
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 22 '09, 09:49 AM. Reason: added [code] tags

  • harish139
    started a topic creating a xml file using VB and DOM

    creating a xml file using VB and DOM

    hi,
    i want to create a xml file usin VB that is my xml should look like this
    <detail>

    <person>
    <age>add some data</age>
    </person>

    <person>
    <age>add some data</age>
    </person>

    <person>
    <age>add some data</age>
    </person>

    <detail>
    ...
    See more | Go to post
No activity results to display
Show More
Working...