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...
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...
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...
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...
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...
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 "project" to find out more and display all the details I get stuck.
I'm nearly there.
Currently the user clicks...
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="javascript">
// Load XML
var xml = new ActiveXObject("Microsoft.XMLDOM")
xml.async =...
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="name" taborder="1">
<field_value>Dan </field_value>
</field>
<field...
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...
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="#box2" shape="rect" coords="522, 280, 570, 380" border="0" />
but
I can't get the screen to jump to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.