Constructing XML Strings
Similarly with JSON strings, XML is also commonly used in web service. AlchemyJ provides multiple ways to construct a XML string. They are as follow:
ajMakeXML: Returning a XML string, giving a corresponding name and value pair.
ajMakeXMLFromTable: Turning the data of a table into a XML string. For returning multiple tables, use ajMakeXMLFromSchema instead.
ajMakeXMLFromSchema: Constructing XML string from tables that are related based on the definition of 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.