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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stupotthesecond

  1. stupotthesecond

    accessing an embedded Excel sheet

    Hi all, Using VB, how do I access an Excel sheet that is embedded in a word document, so that I can can write to the cells in that sheet. Thanks, Stuart.
  2. stupotthesecond

    Multiple XSL files/sorting

    I have XML data that I want to display as an HTML table. In my XSL code I'm using a 'for-each' tag associated with a 'sort' tag to retrieve the data. How I can I make it possible to dynamically change the value of the 'sort' tag 'select' value ? What I mean is that I want the user to be able to...
  3. stupotthesecond

    dynamic colour swapping

    I am generating a table using XSL from an XML document using an <xsl:for-each> loop. What I need to do is alternate the background colour of each <tr> within this loop so I end up with one white row then one grey row, then one white row then etc... (somthing like the way the thread subjects are...
  4. stupotthesecond

    XML linking

    Hi, I have the following two tags in an XML file: <Ref_Number>abcdefg</Ref_Number> <Ref_Number_Link>c:\abcdefg.doc</Ref_Number_Link> Is it possible with XSL to create an HTML <a> tag where the displayed link text would be equal to <Ref_Number>(ie:abcdefg) and where 'href' would be equal to...

Part and Inventory Search

Back
Top