From: Mark A. H. <ma...@ev...> - 2005-07-14 19:50:09
|
Thanks for your interest in XML::XSLT. However, I am no longer involved in the project. Try emailing Jonathan Stowe -- I know he's worked on it more recently than me. Also, if it is possible, you might look into XML::LibXSLT. I'm sorry I couldn't be of more direct assistance. >First, let me say that I am really at the end of my rope and that is the >only reason why I am attempting to ask you for a little help. > >I am using PERL and XML::XSLT and have two questions: > >1. I can set two variables equal to two values but cannot seem to do >internal computation ( <xsl:value-of select="$gross + $payoff)"/> both >variables can be displayed with their correct values but the above comes up >with blank in the output. Is this available to be done ? > >2. Inside a choose and when can I do anything with a value of an element in >the TEST compare ? I cannot seem to get that working either. > >HONESTLY, I appreciate that this is a work in progress etc. but I have >searched EVERYWHERE trying to get these things to work without any success. > > >Thanks. > >George > > > |