Search:

Type: Posts; User: b_jones10634

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    5,415

    [SOLVED] Re: XML get/set node by attribute value

    I was able to solve this using XPath:

    1) evaluate an XPath statement that returns the node in question ("//location[@name='value']")
    2) iterate the returned NodeList object to access the nodes...
  2. Replies
    1
    Views
    5,415

    [SOLVED] XML get/set node by attribute value

    Hello community,

    I've seen several posts regarding XML processing with Java, however none that I've found address my current problem.

    I've developed an XMLFileHandler class that loads a given...
Results 1 to 2 of 2