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
My source file has a text value which is "interrupted" bay another node . I would like to maintain that structure.
The lib seems to wipe away the inner structure and creates a #text with the whole word "(Jahre)
Input
<source> ( <x id="INTERPOLATION" equiv-text="{{ alter }}"/> Jahre ) </source>
There can be multiple possibilities. And for each, different options. You can probably try preserveOrder option. Please read docs for more detail and options.
preserveOrder works but the everything else gets ugly. This would be cool: #462
Perhaps it is possible with tagvalueProcessor/attributeValue processor..i will try
Description
My source file has a text value which is "interrupted" bay another node . I would like to maintain that structure.
The lib seems to wipe away the inner structure and creates a #text with the whole word "(Jahre)
Input
Code
Output
expected data
I would like to keep the source data structure with the "(" before the <x..> and "Jahre )" after the </ x>
Just like the source
How can i achieve this?
Would you like to work on this issue?
Bookmark this repository for further updates.
The text was updated successfully, but these errors were encountered: