Question
import question: only if xpath true syntax on output attribute
Hi,
My import map (FrameMaker MIF to XML) is emitting:
morerows="0" namest="1" nameend="1"
on every <entry> (namest/end values increase with column position).
I'm trying to modify the "Only Output Attribute if XPath is True:" dialog to
only output something if namest != nameend and morerows if !=0.
Anyone know the right way to present the XPath syntax in that box?
@namest != @nameend
Does not work.
Neither do:
@morerows !=0
@morerows !="0"
--
Paul Nagai
My import map (FrameMaker MIF to XML) is emitting:
morerows="0" namest="1" nameend="1"
on every <entry> (namest/end values increase with column position).
I'm trying to modify the "Only Output Attribute if XPath is True:" dialog to
only output something if namest != nameend and morerows if !=0.
Anyone know the right way to present the XPath syntax in that box?
@namest != @nameend
Does not work.
Neither do:
@morerows !=0
@morerows !="0"
--
Paul Nagai

