Results 1 to 3 of 3

Thread: XML - Newbie Question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    I'm totally new to XML, and I'm just wondering what is and isn't possible.

    What i'm doing is sending data from my client app as a DOMDocument. It's received and processed at the other end by an ASP Page that i've written. That was easy enough, but what I want to know is this: -

    Does my Document have to be received by an ASP Page, or can I write an ActiveX EXE that will do the job for me?

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Thumbs up

    Yes, or it can also be an ActiveX DLL.

    You can process the data as an XML stream (string), or as a file reference, and process the file normally.

    I am doing this in an ASP application, and all the XML processing to and fro from the database is handled in the ActiveX DLL. This delivers an XML stream to the ASP code for XSL transformation.

    If you need any assistance, email me with a clearer idea of what you want and I'll put an example together for you.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    That's great, I'll do that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width