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 Wanet Telecoms Ltd 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: danfood
  • Content: Threads
  • Order by date
  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

    Global Variables

    How does one assign global variables in JS? I need to pass them onto another HTML page with JS in. Ta. Dan
  5. 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...
  6. 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...
  7. danfood

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

    Hello My problem: Have have a search engine that returns details about a project from an XML database and displays them. No probs. However if the user wants to click on the &quot;project&quot; to find out more and display all the details I get stuck. I'm nearly there. Currently the user clicks...
  8. danfood

    Calling on an xml file in a different folder

    It should be simple this one. I want to call an XML file that is in a different folder from the HTML file that is calling it. So I have the code in my HTML document: <script language=&quot;javascript&quot;> // Load XML var xml = new ActiveXObject(&quot;Microsoft.XMLDOM&quot;) xml.async =...
  9. danfood

    searching an XML DB

    I need to write a programme to search an XML file. I don't know where to start really. The fields in my XML file are of the form: <projectdetails> <contact> <field id=&quot;name&quot; taborder=&quot;1&quot;> <field_value>Dan </field_value> </field> <field...
  10. danfood

    generating xml from html

    Does anyone know how to take the information from a form in HTML and automatically turn it into XML. ie in a form on a web page someone enters their details, the data is then taken and put in an XML database. This info could then be displayed elsewhere using XSL to interogate the XML data...
  11. danfood

    links within pages/hotspots

    Hi I am trying to create a link from one part of a flow chart (the flow chart is a .gif) to another. I have defined the link area <area a href=&quot;#box2&quot; shape=&quot;rect&quot; coords=&quot;522, 280, 570, 380&quot; border=&quot;0&quot; /> but I can't get the screen to jump to the...

Part and Inventory Search

Back
Top