Search results

  1. A

    Problem of webspeeding on Tomcat

    Hosting webspeed messager on Tomcat, when I submit a xml request, webspeed error accurs "invalid xml, system memory error". It seems that chunking on Tomcat causes it. When I host the same webspeed message on Apache, all things work fine. :confused:
  2. A

    XML Attribute question

    An XML attribute is defined as xsd:integer. How could I write it? E.g. I need to write this node <x-option id=23/> If using x-noderef:set-attribute("id","23"), the output will be: <x-option id="23"/>, surrounding by quotes which means xsd:string Thx!:confused:
  3. A

    How to get Progress version at...

    I need to get Progress version at compile time. In other word, is there some build-in preprocessor to get version info?:confused: Thanks very much
  4. A

    How could I search for Progress standard procedure?

    Progress provides many standard procedures for data administration. Such as we can run prodict/load_df.p to load data definition file directly in our code, other than using Data Dictionary's menu. But how can I find these standard procedures? I have search the tech docs but failed. PS. Is...
Top