Menu

adding more than one element at the same point.

2014-04-25
2014-05-16
  • suryakumar surendran

    I want to insert multiple elements in a loop at the same place in the XML.

    Currently I have code that is working.
    But only after doing outputNavigator = outputXMLModifier.outputAndReparse(); at the end of the loop.

    This is proving to be time consuming. Is there another way to update the indexes without calling outputAndReparse.

     
  • jimmy zhang

    jimmy zhang - 2014-05-16

    u are not doing it he right way, concatnate your elements externally and insert into xml document just once

     

Log in to post a comment.