Hi,
I am writing an ASP program but need to have some javascript in it too. I need a javascript function that you can supply in a date in the format mm/dd/yyyy and an integer which is the number of weekdays (M-F) to add to it.I have written the function for use in the ASP side but am a bit...
Hi,
I have an asp page where I have a form. Within the form I have a button which does NOT submit the form, but instead calls a javascript function which does some things for me. I have found that I also want to call an asp function on the page when the button is pressed. Is there any way of...
I am trying to write a function where I add a number of days or half days to a date. however, I am not sure how to add days of the week (M-F) only when adding days.
I thought that it was newdate=DateAdd("w", 1, indate)
but this seems to just add a single day even if it is adding to friday. I...
Hi,
I have some trouble getting my xml to display correctly using xsl. I have a node with formatting which can also contain changes which are marked <insertion> or <deletion>. Insertions should be shown, deletions should not.
A sample piece of this xml is:
<Text> text<inserted>...
Hi.
I am writing some xsl to extract attribute details from an xml file and display them.
My problem is I am not getting the output!
The xsl (a section of it) is -
<xsl:for-each select="Option[@correctanswer='true']">
<div id="filename">
<xsl:value-of select="@id" />
</div>
</xsl:for-each>...
I am trying to present some xml in a browser, using xsl, from a mixed node, so that I include every <inserted> child node, and leave out every <deleted> one. (Yes, I AM trying to create track-changes!).
Is it possible to do this and still have the text in order?
Here is an example of what I...
I am trying to apply an xsl stylesheet to an xml file at runtime. My problem is that any breeak tags embedded in the xml nodes are not showing as carriage returns in the browser. Has anyone come across a way of getting them to? The xml I am using is (snippet shown) -
<Click type="text">...
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.