Bug 9251 - Can't change the value of a variable
Summary: Can't change the value of a variable
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: 0.20.3
Hardware: PC All
: P3 enhancement
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-20 14:06 UTC by cskkleung
Modified: 2012-04-01 13:52 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cskkleung 2002-05-20 14:06:48 UTC
Hi,

I know the use of variable in FOP is not like in conventional programming. 
However, I have to use FOP as our report writer, we need to have the ability of 
holding value in variables test and modify them later. Currently I can only 
change the value of variable in for-each tag ON CONDITION that the variable tag 
is not enclosed in other tags. Is there any way we can change the varaible tag 
in if tag or choose tag?
Comment 1 Jeremias Maerki 2002-05-20 15:17:41 UTC
This has absolutely nothing to do with FOP. Please realize that it's XSLT 
you're talking about. Have a look at the namespace prefixes in your stylesheet. 
You probably have xsl:* (XSLT) and fo:* (XSL:FO). for-each is part of XSLT, for 
example. It's probably best if you get a good book on XSLT and study how to 
tackle your problem in a different way.
Comment 2 Glenn Adams 2012-04-01 13:52:24 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs