Changes http://wiki.axiom-developer.org/SocketsInSpad/diff --
<a href="uploads/axiom.xml">axiom.xml</a> ++added: + +As soon as the wiki lets me I'll upload the latest version of axserver.spad. +This version now includes a function "multiServ" that allows dispensing with +the PHP file. This function will now accept a GET request and serve up a file +and then accept POST requests via XMLHttpRequest to deliver axiom commands. +To test this issue the commands as before except now the axServer specification +is + +axServer(8085,multiServ$AXSERV) + +The file "axiomax.xml" now must also be downloaded and then the URL + +http://127.0.0.1:8085/path-to/axiomax.xml + +is entered into Firefox where path-to is the appropriate path. As long as the +file axiomax.xml loads properly you should be able to send commands to axiom +and see them displayed in mathml. -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
