xmlbeam
xmlbeam copied to clipboard
Java XML library. A really cool one. Obviously.
Code looks like this: ```Java XBProjector projector = new XBProjector(); CloseableMap xmlMap = projector.io().file("path_to_existing_xml_file").bindAsMapOf(String.class); //Called later on xmlMap.remove(key); //Throws NPE in DuplexExpression.deleteAllMatchingChildren, as parentNode is null (?) //Attempt 2 xmlMap.entrySet().removeIf(entry...
I just created an [example](https://github.com/olivergierke/spring-examples/commit/3b7e5c0215f0759e5fef95fc73bda29f14fc1929) and [request for enhancement in Spring Framework](https://jira.spring.io/browse/SPR-12964) to integrate XMLBeam with Spring MVC as it's uber useful in case you'd like to implement more lenient...
As the title Can't find any example for this
I'm seeing an issue where when using @XBWrite the last element in the path isn't created. Here's a test case to explain what I mean. ``` import static org.junit.Assert.assertEquals; import...
I'm seeing this error while trying to set a child projection onto a parent projection where the @XBWrite segment is the document root. Here's a test case: ``` import static...
Hi Sven, Looking at the licensing of xmlbeam, I noticed some files in the tree that aren't under the same license as the top level Apache-2.0 license. Specifically I noticed...