473,325 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

How to store array in XSL

I want to send the value from the 3 tags <paper>, <sides> and <count> to the jsp function.My existing XSL is:


Expand|Select|Wrap|Line Numbers
  1. <xsl:for-each select="EScan">
  2.     <tr align="center" >
  3.         <xsl:variable name="paperValue" select="Paper" />
  4.         <xsl:variable name="sidesValue" select="Sides" />
  5.         <xsl:variable name="countValue" select="Count" />
  6.         <td align="left" class="greyheadertextbold"><a href="javascript:onDeleteClick1('{$paperValue}','{$sidesValue}','{$countValue}')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('delete2','','delete2.gif',1)">delete</a></td>
  7.  
  8.     </tr>
  9. </xsl:for-each>
  10.  
Can anyone please help??
Dec 17 '12 #1
1 2281
Anas Mosaad
185 128KB
Can you please tell us what is the problem with your code to be able to help.
Jan 5 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Raptor | last post by:
Hi, I'm quite new to MySQL and quite impressed by its feature set. I've also been looking at Interbase and it has a feature that allows a multidimensional array to be stored in a single field. ...
6
by: Betty Hickman | last post by:
I'm having trouble writing a 2D array to a binary file. Here's what I have: FILE *outfile; short **clump_class; clump_class = malloc(nrows * sizeof(short *)); for (i=0; i<nrows; ++i)...
2
by: Trip | last post by:
Hello all, Is there anyway to store an array to MS Access 2002 without parsing the entire array row-by-row. For example, Oracle allows you to store BLOBs (binary large objects). I would like...
1
by: 19831030 | last post by:
I wanna put string into array ,but I also wanna compare whole string using strcmp.So using 2 dim char array I can't do that,because if I use it I have to compare 2 strings by using char by char.But I...
10
by: jotartub | last post by:
Hi. Does anyone know how can i crate an Array not managed, and it doesn't looses his contents. My problem is: I've a method that returns a managed array and i want to store it but i can't store it...
1
by: sksksk | last post by:
I want to achieve the following process in the smarty for $item one i should be able to get the value using loop.index, but without any luck. any help is appreciated. <?php for ($i = 1; $i...
3
by: vikramaditya234 | last post by:
Hi,, I have a XML: <Scan> <EScan> <Paper>A4</Paper> <Sides>Both</Sides> <Count>4</Count> </EScan> <EScan> <Paper>A5</Paper>
5
by: Pukeko | last post by:
Hi, this is an array that is used for a dropdown menu. var imageArray = new Array( "ecwp://" + document.location.host + "/massey/images/massey/ massey_07_fullres.ecw", "ecwp://" +...
1
by: lucoin | last post by:
I am using .net asp with c# and sql server 2005 express edition to develop an enrollment system, for the subjects, they may have more than one pre-requisites. when I stored the pre-requisites, how...
5
by: little83 | last post by:
Dear all If I have array of 500 numbers and I want to store it in sql table database such that each row has its own 500 values by using c# any ideas to do that thanks
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.