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 TouchToneTommy 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 violist

  1. violist

    Tooltip on Button

    Some good ideas here. How about getting a tooltip to appear when mousing over an <option> tag or a <select> element? I have the problem of a fixed sized select control where I can't view the entire text of some options. thanks!
  2. violist

    XPATH - the immediately preceding sibling

    Try: preceding-sibling::node()[position()-1] The preceding-sibling specifies all previous nodes on the same axis - including namespaces and attributes. Using &quot;node()&quot; will exclude those. - Ted
  3. violist

    &quot;date&quot; function in IE xml parser?

    This question regards the MS default msxml parser in IE. I have seen this function used in code (date()), but I can't find any documentation on it. I suppose it converts a string to a date datatype. Here's an example: <xsl:for-each select=&quot;node()&quot; order-by=&quot;date(.)&quot;> Does...

Part and Inventory Search

Back
Top