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

    It's OK i used javascript instead so when i click it it automatically opens Outlook or the default mail browser
  2. crazysexycrazy

    Math Averages with XSL

    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""/>...
  3. 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?
  4. 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...
  5. 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