Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crazysexycrazy

    Add Email Element to XSL

    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?
  2. crazysexycrazy

    Math Averages with XSL

    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...
  3. crazysexycrazy

    Math function in XSL

    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>...

Part and Inventory Search

Back
Top