Click here to Skip to main content
15,917,456 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: DOM Component Pin
Wilbur J. Pereira6-Jun-05 0:26
Wilbur J. Pereira6-Jun-05 0:26 
GeneralCorrect XPATH Pin
ksanju100026-May-05 4:27
ksanju100026-May-05 4:27 
Generaladd control to xslt by asp.net with vb Pin
mathuros_paiboon25-May-05 18:26
mathuros_paiboon25-May-05 18:26 
GeneralRe: add control to xslt by asp.net with vb Pin
Christian Graus25-May-05 18:33
protectorChristian Graus25-May-05 18:33 
GeneralRe: add control to xslt by asp.net with vb Pin
mathuros_paiboon25-May-05 19:28
mathuros_paiboon25-May-05 19:28 
GeneralRe: add control to xslt by asp.net with vb Pin
Christian Graus25-May-05 19:36
protectorChristian Graus25-May-05 19:36 
Generaladd control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:08
mathuros_paiboon25-May-05 18:08 
Generaladd control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:02
mathuros_paiboon25-May-05 18:02 
This is my xslt file

<xsl:stylesheet version="1.0"
="" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:asp="http://schemas.microsoft.com/intellisense/ie5" xmlns:state="http://www.vbxml.com/state" xmlns:str="http://www.vbxml.com/string" xmlns:msxsl="urn:schemas-microsoft-com:xslt">

<xsl:param name="calories">1500

<xsl:template match="/">






<xsl:for-each select="//form_name[@name=$calories]//*">



<xsl:if test="name() = 'activity'">
activity score comment
<xsl:value-of select="@sub_group">
<xsl:apply-templates> </td> </xsl:if>
</tr>
</xsl:for-each>
</table>
<button id = "sum_score">summary score</button>
</xsl:template>

<xsl:template match="activity">
<xsl:value-of select="activity"/>
</xsl:template>
</xsl:stylesheet>


QUESTION
I add textbox (id = "score) for user and add button (id = "sum_score") I want to get data in all textbox to calculate the summary of score and calculate percent
can someone have a suggestion for me, please

GeneralRe: add control to xslt by asp.net Pin
Christian Graus25-May-05 18:06
protectorChristian Graus25-May-05 18:06 
GeneralRe: add control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:30
mathuros_paiboon25-May-05 18:30 
Generaladd textbox to web by xslt condition Pin
mathuros_paiboon25-May-05 17:51
mathuros_paiboon25-May-05 17:51 
GeneralRe: add textbox to web by xslt condition Pin
Christian Graus25-May-05 18:05
protectorChristian Graus25-May-05 18:05 
GeneralXMLtransform and windows 2003 server Pin
Jan Foster23-May-05 10:51
Jan Foster23-May-05 10:51 
GeneralInsert node between particular node Pin
ksanju100022-May-05 18:26
ksanju100022-May-05 18:26 
GeneralRe: Insert node between particular node Pin
Christian Graus22-May-05 18:54
protectorChristian Graus22-May-05 18:54 
GeneralRe: Insert node between particular node Pin
Stuart Dootson22-May-05 22:31
professionalStuart Dootson22-May-05 22:31 
GeneralRe: Insert node between particular node Pin
ksanju100025-May-05 0:29
ksanju100025-May-05 0:29 
GeneralCopy/Clone XML node Pin
jeffb_22-May-05 7:35
jeffb_22-May-05 7:35 
GeneralRe: Copy/Clone XML node Pin
DavidNohejl22-May-05 11:50
DavidNohejl22-May-05 11:50 
Generalwant to generate Schema using WriteXmlSchema() Pin
favor0320-May-05 19:59
favor0320-May-05 19:59 
GeneralRe: want to generate Schema using WriteXmlSchema() Pin
DavidNohejl22-May-05 11:33
DavidNohejl22-May-05 11:33 
Generalmsxmlcpp library Pin
ikasovitch19-May-05 6:46
ikasovitch19-May-05 6:46 
GeneralRe: msxmlcpp library Pin
DavidNohejl22-May-05 11:51
DavidNohejl22-May-05 11:51 
Generalupdate particular attribute's value from xml file Pin
ksanju100018-May-05 4:24
ksanju100018-May-05 4:24 
GeneralRe: update particular attribute's value from xml file Pin
DavidNohejl22-May-05 11:22
DavidNohejl22-May-05 11:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.