Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.2.8
-
None
-
None
Description
Consider the following document:
<a>
<b>
<c>some content</c>
</b>
<d>
<e>more content</e>
</d>
</a>
Technically it should be possible to consume the <b> element (using e.g. getXMLStreamReaderWithoutCaching on the corresponding OMElement), while still allowing the builder to build the nodes starting from <d>. However this is not currently supported by Axiom.