Within an XSLT file, I am calling an external js function.
I have the following within my XSLT file:
<script>
SetSelectIndex(this.form,'paramprocess', '{ParameterType}');
SetSelectIndex(this.form,'paramapproval', '{Any/ApprovalType}');
SetSelectIndex(this.form,'paramtype'...
Overall: When I attempt to use the insertBefore method I get an error "Insert position node must be a child of the node to insert under." Below I walk through my code explaining what I am doing. Any help would be grealy appreciated.
//this is just to show that I am working with two...
I have the following written:
With an XSLT file:
I calling a function to submit the form:
<form method="post" name="newrecipe">
...other code
<input type="button" onClick="javascript:CreateNewRecipe(this.form,document.getElementById('productname').value...
I have the following string:
myfunction = "'insertbb('" + myvalue + "')'"
sNewRecipe = "<table>tr><td class='stySubItem1'>input type='button' onClick=" + myfunction + " value='Browse'/> </td></tr></table>"
folderTree.innerHTML = sNewRecipe
With the above I get a syntax error
If I remove the...
What would cause a XML schema definition to prevent how elements display. I have a XSLT file and a XML file that point to a stadnard schema for a given industry. If I remove the schema information from the XML, my information displays just fine within a browser. But if I include the schema...
I have a XSLT that looks like the following:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="//MainHeader/MasterElement">
<xsl:apply-templates select="MainElement"/>...
Is there a way to embeded a ASP file with XSLT? I would like to create one XSLT and emded functional components. For example I have multiple forms pages created in ASP. For each node with my XML I specifiy the name of a ASP form. So a node may point to "contactform.asp". I would like to be...
I have an XSLT and XML document. I have transformed the XSLT and XML document into HTML on the server using ASP. I am using the <xsl:include> element within my XSLT. I am trying to figure out if the include is executed before the data is sent to the client? The reason for my question is...
I have the following query:
SELECT incidentCategory.* INTO incidentCategory IN 'C:\Exported.xls' From incidentCategory
SQL Server claims to have executed the query with no errors. But the spreadsheet is never created.
I am dynamically creating web pages on my server. I want to know how much space is being utilizing per page when people access my server. I am using windows 2000.
I have created an application that imports an excel file to create individual word documents for each entry and then is suppose to save each word document as a PDF. The problem is that the Adobe Acrobat PDFMaker function for Visual Basic seems to be unstable, but the VBA function works. So I...
I need to know how to convert MS word file to pdf using visual basic 6.0. I have installed Adobe acrobat 5.0 and I am trying to use the API to convert the word document to PDF. Any suggestions?
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.