Skip to content

Tag Archives: user interface

Choosing between JSON and XML?

I’m building a REST API to manipulate data records. The backend will be written in PHP, with an Adobe Flex user interface. From a development standpoint, which would be easier to use to transfer data between the Adobe Flex app and the PHP backend: JSON or XML? Thanks for your input!

Please recommend an open-source editor that reads a XSD/XSL to present an XML file for editing?

Ideally the editor input would be the XSL that describes the user interface, the XSD that would implement some validation, and the XML file that is to be edited. An open-source solution would work best for my purposes.