User Profile

Collapse

Profile Sidebar

Collapse
Steerman
Steerman
Last Activity: Mar 31 '08, 01:49 PM
Joined: Mar 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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>
    ...
    See more | Go to post

    Leave a comment:


  • 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")...
    See more | Go to post

  • Steerman
    started a topic How to Upload an XML and validate it to a schema?
    in XML

    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))...
    See more | Go to post
No activity results to display
Show More
Working...