OK, but the real trouble i'm having is adding up all the values of worth, i dont know how to do it with the id attributes? Any ideas?
Would it be?
<xsl:for-each select="//User[@id='001']">
<xsl:value-of select="UserGroups/UserGroup@code="A001/Worth" + UserGroups/UserGroup@code="A002/Worth""/>...
Hey how do i add an email address so that when you click on it It sets you up to send an email
I have <Email>test@test.com</Email> in my xml
then..
Email: <xsl:value-of select="Details/Email"/>
But the links not clickable any ideas?
Hi, i want to get a average Score from the three different User Groups, how can i do this? I know how to add and subtract but find it difficult with the id attributes... Would it be something like this?
<xsl:for-each select="//User[@id='001']">
<xsl:value-of...
Hey i just want to calculate some numbers from my xml document. Here is my code
<Users>
<User id="001">
<User_Details>
<User_Name>John</User_Name>
<User_Number1>360</User_Number1>
<User_Number2>300</User_Number2>
<Difference>60</Difference>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.