On Jul 18, 2006, at 12:02, pat wrote:

I have a problem and I'm not able to solve it :-( I'm using marker to generate subtotat (it works) and for retrievng the subtotal I'm using retrieve-marker (that works too), but I need to split subtotal to part before decimal point and after decimal point ant this is the problem. How to store the value from
retrieve-marker to variable or use it directly ???

I'm looking for something like this:
<xsl:variable name="qqq">
  <fo:retrieve-marker .../>
</xsl:variable>

As Glen already indicated, it is impossible to know at XSLT stage what the content will be of a given fo:retrieve-marker during the formatting stage. This does not IMO make what you need completely impossible. Even without knowing why precisely you need to separate the integer and fractional part, you could do it using one marker- class for each (so, one marker/retrieve-marker pair per subtotal).

HTH!

Cheers,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to