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 John Tel 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: *

  • Users: stevecrozz
  • Content: Threads
  • Order by date
  1. stevecrozz

    XSLT help - variables in template calls

    I'm using EXSLT date:day-in-week function here, but the question is very general. Here I have a short template, and in the middle of it I declare a variable "dayOfTheWeek", and also call the template to parse that date into a number representing the day of the week. The value of the variable is...
  2. stevecrozz

    Nat. Weather Service DTD/Schema issue?

    This XML feed comes straight from NOAA, I need to transform it via XSLT. Here's my blank stylesheet: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> </xsl:stylesheet> Nothing special, but I get this error: "The element...
  3. stevecrozz

    object scope problems

    I'm loading an XML file in mozilla here: if (document.implementation && document.implementation.createDocument) { xmlDoc = document.implementation.createDocument("", "", null); xmlDoc.onload = fillArrayMoz; } fillArrayMoz() contains a number of new object declarations that look like...
  4. stevecrozz

    function executes the wrong way

    here's my function. After the closing </body> tag I call it. I want it to call insert which loads a page ajax style, and then nap for 2 seconds. The behavior I get is a nap for 2 seconds, and then the page loads. function rotate(link_num, containerid, clicked) { insert(link_num, containerid)...

Part and Inventory Search

Back
Top