Constructing XML Strings
Similar to JSON strings, XML is also commonly used in web service. AlchemyJ provides multiple ways to construct an XML string. They are as follow:
ajXML: Returning an XML string, giving a corresponding name and value pair.
ajXMLFromTable: Turning the data of a table into an XML string. For returning multiple tables, use ajXMLFromSchema instead.
ajXMLFromSchema: Constructing an XML string from tables that are related based on a Data Relationship Schema. This Data Relationship schema needs to be defined first.
To find out more about the detailed usage for the above extended functions, please refer to the AlchemyJ Extended Functions section.