Question
Drop an element based on the value of an attribute but retain children
Hi there,
Brand new to FrameMaker and grateful for any help!
I have several elements that contain text in my XML that I want FrameMaker to omit if the attribute display="false" is present? Can I drop/omit an element based on an attribute's value, but not drop the child element?
example:
<option1>
<feedisplay display="true">Text in the output</feedisplay>
<option2>
<feedisplay display="true">Text in the output</feedisplay>
<option3>
<feedisplay display="false">Text I want ignored/omitted in the output</feedisplay>
<option4>
<feedisplay display="true">Text in the output</feedisplay>
