Search results

  1. M

    Write-Xml - small problem

    Hi Stefan, Return = hPDS: WRITE-XML("stream","webstream",lFormatted, cEncoding, cSchemaLocation, lWriteSchema, lMinSchema). It works !!! So i solved my problem...i am very happy of that... In this way i can modifiy 12 cgi wrappers programs using WRITE-XML Method instead DOM. According my...
  2. M

    Write-Xml - small problem

    Hi Stefan. Okay i understood the name of WEBSPEED stream is webstream...so i ha ve to write this in target-type ??? DATASET ds:HANDLE:WRITE-XML( "webstream", <what i need to write here >, TRUE ). /* is it correct ??? */ I tried also that below but it does not work ... DATASET...
  3. M

    Save XML response from HTTP POST Request

    Hi Rstanciu. I read you post. I am using WRITE-XML method within WEBSPEED applications. I was able to create an XML Document using WRITE-XML Method but i have a question to do to you. How can i post XML through WEB using WRITE-XML Method ??? I was able to create a LONGCHAR or a XML FILE on...
  4. M

    Write-Xml - small problem

  5. M

    Write-Xml - small problem

    Ciao Stefan. Thank you very much for your kind reply. It is wonderful what you posted to me. Thank you very much ...i was not so clever to use PRODATASET because i never use them. I will save this example ...it is very useful now to understand it is possible to do that. I have to modify...
  6. M

    Write-Xml - small problem

  7. M

    Write-Xml - small problem

    Hi Greg, Many thanks for your kind reply. I will study XSLT as i need to solve this problem...i need to modify some WEBSPEED procedures not written myself.. I 'd like to reduce lines of code ,,without using , where it si possibile , DOM ... In fact i need to create an XML Document that me a...
  8. M

    Write-Xml - small problem

    Hi I am studying WRITE-XML Method me too.... I tested that name of TEMP-TABLE is to be the same name of XML'S ROOT ELEMENT and that TEMP-TABLE'S name fields are to be the same of XML'S CHILD ELEMENT...
Back
Top