java-xmlbuilder icon indicating copy to clipboard operation
java-xmlbuilder copied to clipboard

XML Builder is a utility that allows simple XML documents to be constructed using relatively sparse Java code

Results 2 java-xmlbuilder issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to import some XMLBuilder2 node into another XMLBuilder2. But while doing this, i faced with this. When i call below method, it drops `xmlns:xsi` attribute from...

Hi, java-xmlbuilder version used ``` com.jamesmurty.utils java-xmlbuilder 1.3 ```` While debugging i checked what contain my XMLBuilder2 object and throughout the process xml tree was correct, but when i'm saving...