Hey....
Can you please help me? I will pay you for it.
Here is my index.asp
<html>
<body>
<form action="Index2. asp" method="post" ENCTYPE="multip art/form-data">
Filen: <input type="file" name="uploadfil e.xml" />
<input type="submit" value="submit" />
</form>
...
User Profile
Collapse
-
Please help. Upload XML and transform it with XSL
Hi
I have this upload script. It works fine. I can upload files etc, but i want to transform the files after the upload. I just don't know how to do it.
This is my transformation file:
<%
'Load XML
set xml = Server.CreateOb ject("Microsoft .XMLDOM")
xml.async = false
xml.load(Server .MapPath("test. xml"))
'Load XSL
set xsl = Server.CreateOb ject("Microsoft .XMLDOM")... -
How to Upload an XML and validate it to a schema?
My Index.asp looks like this:
<%
'Load XML
set xml = Server.CreateOb ject("Microsoft .XMLDOM")
xml.async = false
xml.load(Server .MapPath("test. xml"))
'Load XSL
set xsl = Server.CreateOb ject("Microsoft .XMLDOM")
xsl.async = false
xsl.load(Server .MapPath("style sheet.xsl"))
'Transform file
Response.Write( xml.transformNo de(xsl))...
No activity results to display
Show More
Leave a comment: