Filter By Attribute filtering incorrect elements
Hi all,
I've been having this issue using Filter By Attribute, and I'm not sure if it's because I'm using the tool incorrectly or simply a FrameMaker bug (but I suspect the former).
Basically, I import an XML document into FM that looks something like this:
<root>
<elem1 />
<elem2 attr="true" />
<elem3 attr="false" />
<elem4 attr="true" />
</root>
And then I use Filter By Attribute to apply a condition (let's call it "Changed") to all the elements that have attr="true" using the expression: (attr="true"), and another condition ("Unchanged") to those with attr="false" using the expression: (attr="false")
However, the results I get are exactly the opposite! (attr="true") applies the "Changed" condition to all those elements that have the attr="false", and (attr="false") applies the "Unchanged" condition to those with attr="true".
If anyone could provide some insight on why this is happening, I would be very grateful.
Thanks,
Carl
