help to append data to XML (Very Urgent)

xml Cambodia
  • 13 years ago

    Hi all members

    pls help me to append data to xml

    my XML

     <Books>
      <Book type="1">
      <AuthorList> 
        <Author>Mr.A</Author>
        <Section>1</Section>
      </AuthorList>
    <AuthorList> 
        <Author>Mr.B</Author>
        <Section>2</Section>
      </AuthorList>
    </Books>

    what i want after add

    <Books>
      <Book type="1">
      <AuthorList> 
        <Author>Mr.A</Author>
        <Section>1</Section>
      </AuthorList>
    <AuthorList> 
        <Author>Mr.B</Author>
        <Section>2</Section>
      </AuthorList>
    <AuthorList> 
        <Author>Mr.C</Author>
        <Section>1</Section>
      </AuthorList>
    </Books>

    pls give some code i need very very ugent na

    best regard from

    Spider Anatha

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“There are only 3 numbers of interest to a computer scientist: 1, 0 and infinity”