How to remove specific element from a XML by given tag name. AXIOM



Folks,


I m just wondering how could I remove an xml element by given tag name from given xml using AXIOM xml process library.


so far i have successfully build document.



StAXOMBuilder builder = new StAXOMBuilder(stream);
OMElement documentBuilder = builder.getDocumentElement();


thanks in advance.


No comments:

Post a Comment