I have this function in my code base, this should work for you. public static Document loadXMLFromString(String xml) throws Exception { DocumentBuilderFactory factory ...
-
April 1, 2022
- 0 Comments