pat wrote:
Hi all,
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>
Is there a way how to do that ???
I don't think so. By the time FOP is processing your input XML, it is
fully in the FO namespace. (It initially uses Xalan--or Saxon--to do
the XSLT transformations, replacing your xsl: elements with the result
tree of your XSLT transformation.) The xsl: elements are all gone by
the time FOP is processing fo:retrieve-marker.
It may be helpful for others to be able to answer your question if you
let us know what type of data you are handling and why you need this
functionality. There may be another way to accomplish what you need here.
Glen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]