I've got an XML structure with nodes like this one:
<p id="260">This document covers the <Model>.</p>
I want the content of the <p> nodes to be translated, except for <Model>.
I've set up an XML (Legacy Embedded Content) file type. In the Parser rules, <p> is set as translatable.
In Embedded Content (Legacy), I've set:
- checked Enable embedded content processing
- Document structure information: added a custom type named "Variable"
- tag definition rules: start tag> end tag < Tag pair, Not translatable.
Now in my preview, I expect a segment "This document covers the "
Instead, I get "This document covers the <Model>."
So my embedded content isn't being filtered out. I'm doing something wrong, but what?