gisborne
02-03-2005, 11:21 AM
Assuming suitable xml source, how do I get a sequence of texts with datapaths to appear concatenated?
Something like this:
<text datapath="month/text()" resize="true"><text>, </text><text ddatapath="year/text()" resize="true">
should appear like this:
January, 2005
but instead I get this with every layout that sounds reasonable:
January , 2005
ie the resize is having no effect on the overall layout.
My workaround is to make these objects invisible, and to make another text object constrained to be the concatenation of these two. Inelegant, to say the least.
Is there a better way?
Something like this:
<text datapath="month/text()" resize="true"><text>, </text><text ddatapath="year/text()" resize="true">
should appear like this:
January, 2005
but instead I get this with every layout that sounds reasonable:
January , 2005
ie the resize is having no effect on the overall layout.
My workaround is to make these objects invisible, and to make another text object constrained to be the concatenation of these two. Inelegant, to say the least.
Is there a better way?