dannykamwo
Joined: 16/05/2011 16:59:00
Messages: 1
Offline
|
Hello,
We have a online shopping program developed in Java. We are using xlstfast to generate a couple of forms. Depending on the condition, a image is supposed to show or hide. Is there any possibilities that I can do the following:
------------------
if
isPrinted = 1
then
image show
Else
blank
------------------
where, isPrinted is a node from xml, which would be queried out from database.
Thank you in advance.
Danny
|