Hi all,

By using XSLT it is quite easy to convert any XML data into JSON format.
That's exactly what I'm doing.


Derrell.Lipman wrote:
> 
> Instead, you can try one of:
> 
> - use JSON-RPC to issue remote procedure calls to PHP from your qooxdoo
>   application.  See the examples in
> frontend/demo/source/html/test/RPC_*.html
>   and the file backend/php/README.CONFIGURE.
> 
> - if you don't want to issue remote function calls, you can still use the
> JSON
>   facility.  You'll find the JSON functions in
> backend/php/services/JSON.phps
>   and specifically, you'll use the function encode() to convert your PHP
>   variable (object) into JSON for transmission to the qooxdoo application.
>   Once received, your qooxdoo application just eval()s the JSON reply; no
>   parsing necessary.
> 

-- 
View this message in context: 
http://www.nabble.com/XML-DOM-tf2273445.html#a6322692
Sent from the qooxdoo-devel forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to