Menu

#12 correction of bug 1939495

closed-fixed
5
2008-04-10
2008-04-10
No

change

nl = element.getElementsByTagName(key);

into

XPath xpath = XPathFactory.newInstance().newXPath();
nl = (NodeList) xpath.evaluate(key, element, XPathConstants.NODESET);

Discussion

  • cyrille rosay

    cyrille rosay - 2008-04-10

    Logged In: YES
    user_id=375287
    Originator: YES

    code changed.

    specification precised.

    test in progress...

     
  • cyrille rosay

    cyrille rosay - 2008-04-10

    Logged In: YES
    user_id=375287
    Originator: YES

    test successful.
    integration test performed also on maps (main user of this function) and test ok.
    FR is closed.
    modification committed.

     
  • cyrille rosay

    cyrille rosay - 2008-04-10
    • status: open --> closed-fixed