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 Mike Lewis 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. danfood

    Refreshing Problem

    Hi there I have an HTML page that calls an XSL style sheet and an XML file. It works fine. Until, you navigate away from the page and then come back to it. Then it just doesn't display unless you manually click on the refresh button on your browser. I have tried an HTML tag to make it refresh...
  2. danfood

    Refreshing the view

    I have developed a couple of simple pages using XSL to display XML data in a directory on my computer. Now that I have been given space on the server I have moved my files onto the server. It all displays fine on the first veiwing, however if one goes to another page and then returns to the...
  3. danfood

    Name Space Clarification

    This query has come from a discussion with JJR and Mr Tom, I just want to get other people's thoughts. I am trying to clear up a few things about the difference between namespaces in my XSL files. When I first started (because the examples in www.xml101.com/xsl/xsl_client.asp said so...) I...
  4. danfood

    Dynamically updating xml files

    There are some tutorials on www.XML101.com http://www.xml101.com/articles/michael/htmlxml/ that give details of how to create/update etc. XML files using ASP. This might be a good starting point. Dan
  5. danfood

    Display XML where vaule = value of the thing I've just clicked!

    Jordi If I have understood you correctly does this mean once the new parser comes out I'll be able to use the www../transform namespace in my client side transformations? (with all the wider range of functions) Thanks Dan
  6. danfood

    Display XML where vaule = value of the thing I've just clicked!

    Mr Tom/JJR JRR I'ved read your post.... Thanks for all your help, I think this namespace biz is the root of all my probs. I have been inadvertantly trying to use functions that only work on the server-side (ie the "transform" namespace) with a client-side namespace.... Once I work...
  7. danfood

    Display XML where vaule = value of the thing I've just clicked!

    Cheers Jordi for your comments. I had been using the http://www.w3.org/TR/WD-xsl as all the existing xsl pages had it in. Thats when things started to go wrong. The main book I have read ("Just XSL" by John E. Simpson) used the http://..../transform names space (as does every other...
  8. danfood

    ordering by date

    I have up to and including: MSXML2 v3.0 installed, this means the transform should work doesn't it? I am about to send the files to a mate to see if he can get them to work.
  9. danfood

    ordering by date

    have downloaded: http://msdn.microsoft.com/downloads/default.asp?URL=/code/sample.asp?url=/msdn-files/027/001/591/msdncompositedoc.xml but to no avail. this is relly really vexing me now!
  10. danfood

    ordering by date

    Thanks I shall try this and see what happens. I also couldn't get the the substring or concat functions to work either. I found the "order-by" works and sorts dates if they are of the form: YYYYMMDD but then I tried to substring it and concat etc to make it look easier on the eye and...
  11. danfood

    ordering by date

    I can't install a new service pack from anywhere cos it means I'd have to get a new version of windows. I am currently running windows 95 service pack 2 (the highest for windows 95). What OS are you running? This seems a bit strange that the transform won't work with 95.
  12. danfood

    ordering by date

    I have downloaded the installer of XML core services but my installer on my machine won't run it: "You must install a windows service pack that contains a newer version of Windows installer" I'll keep plugging away.
  13. danfood

    ordering by date

    I have just put that namespace in and now nothing works!!!! This is all very strange....
  14. danfood

    Display XML where vaule = value of the thing I've just clicked!

    Whatto Mr T Project &quot;12345&quot; is a project number that has been inputted by a user from an HTML form into an XML DB. The story goes: User 1 inputs details of the project with the project code 12345 this goes into an XML dbase, <projectdetail> various things element.... of which...
  15. danfood

    ordering by date

    The [DATE >'' and ATTENDANTS =''] is picking out the seminars in the XML BD that are in the future ie where DATE isn't bland and there are no attendees. Seminars that have happened have had attendees added. What is wrong with the w3.org/TR/WD-xsl namespace. I don't understand the concept of...
  16. danfood

    ordering by date

    But where does one stick it in the code, I have tried several variations on: <xsl:for-each select=&quot;LUNCHSEMINARS/SEMINAR [DATE >'' and ATTENDANTS =''] &quot;> <xsl:sort select=&quot;DATE&quot;> <tr><td> <b> <xsl:value-of select=&quot;TOPIC&quot;/></span> </b></td> </tr> <td>...
  17. danfood

    Using HTML to present an XML document

    I'm not sure I if I'm getting the wrong end of the stick here but... In the code below when you click on the NAME on the html page it takes you to the site specified in the SITE element of the XML file: <xsl:for-each select=&quot;LINKS/ADDRESS/NEWS&quot; order-by=&quot;+NAME&quot;> <li><font...
  18. danfood

    Global Variables

    How does one assign global variables in JS? I need to pass them onto another HTML page with JS in. Ta. Dan
  19. danfood

    ordering by date

    Does anyone know what date formats <XSL:order-by> works on? I have a list of elements and I want to display them using xsl in date order how do I enter my dates in the xml file dd/mm/yy dd/mm/yyyy dd.mm.yy etc. Any ideas? PS Mr T. I am still struggling with the search engine problem (see my...
  20. danfood

    Home Made search engine query

    Hi there I have a pretty crude search engine that I have made which searches an XML file and then displays abreviated information about each of the projects. Once the results have appeared I want to allow the user to click on the result and it will take them to a page that displays all the data...

Part and Inventory Search

Back
Top