You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like #51, I have a workaround:
Use Child child = projector.projectEmptyElement("Child",Child.class);
instead of Child child = projector.projectEmptyDocument(Child.class);
Again, I will try to make easier working with document projections and element projections.
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.
The text was updated successfully, but these errors were encountered: