Is it possible to control (e.g. reverse) the nesting hierarchy? #4262
Unanswered
lwestenberg
asked this question in
Q&A
Replies: 1 comment
-
|
Yes. Therer are methods such as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When not using registerNestedElementResolver:
the nodes are now nested in the order of adding e.g. in the above example it would become:
<Marknode> <CustomMarkNode> </CustomMarkNode> </MarkNode>Is it possible to control which node becomes the parent and which one becomes the child? In my situation I want to have a specific node type always as the parent.
Beta Was this translation helpful? Give feedback.
All reactions