Search:

Type: Posts; User: 1bun100

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    2,733

    Re: How to parse an XML having same tag.

    I have got a solution for this thread. I have posted it here:

    How to parse an XML having same tag? - Java | DaniWeb

    If any one tried different way using digester please update it here.
  2. Replies
    12
    Views
    2,733

    Re: How to parse an XML having same tag.

    How should I do if I don't want to use schema ?
  3. Replies
    12
    Views
    2,733

    Re: How to parse an XML having same tag.

    If you know JAXB (using @xmlElement), can you help me.
    I just need to know how to set those values to either Vector or Arraylist object using getter and setter methods.
  4. Replies
    12
    Views
    2,733

    Re: How to parse an XML having same tag.

    Using Digester. I have already tried using other xml that have different tags.
  5. Replies
    12
    Views
    2,733

    Re: How to parse an XML having same tag.

    Thanks for your quick reply.

    I need to use either Vector or Arraylist to hold the values.
    I am creating a class that have getter and setter methods for that value tag. But I don't know how to...
  6. Replies
    12
    Views
    2,733

    How to parse an XML having same tag.

    How to parse an xml having same tag as given below :

    <number>
    <value>12</value>
    <value>14</value>
    </number>

    If it needs to use either Vector or ArrayList then please let me know how...
Results 1 to 6 of 6