XML Functions
/documentation/pages/Ref/Api/Functions/Document Types/XML Functions/index.xml
Functions for working with XML data.
Retrieving Data to XML
/documentation/pages/Guides/Data Integration/Retrieving Data to XML.xml
Create an SQL::Connection object, select data from a server, and convert it to XML.
Parsing XML Documents with Xbasic
/documentation/pages/Guides/Xbasic/Other Xbasic Topics/Parsing XML Documents with Xbasic.xml
Alpha Anywhere has a powerful XML parser built-in that can be used as an alternative to the Microsoft XML parser. The advantage of the Xbasic XML parser is that it can use all of the powerful string functions in Xbasic. The Microsoft XML parsers are more complex to use because you have to use OLE Automation.
json_to_xml Function
/documentation/pages/Ref/Api/Functions/Document Types/JSON Functions/json_to_xml().xml
json_from_xml Function
/documentation/pages/Ref/Api/Functions/Document Types/JSON Functions/json_from_xml().xml
The top-level XML tag.
*property_to_xml Function
/documentation/pages/Ref/Api/Functions/Document Types/XML Functions/__STAR__property_to_xml Function.xml
Save property to XML.
SQL::Connection ToXML Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ToXML Method.xml
Fetch data to an XML formatted string using a SQL query.
*xml_document Function
/documentation/pages/Ref/Api/Functions/Document Types/XML Functions/__STAR__xml_document Function.xml
Return xml document for text.
*property_from_xml Function
/documentation/pages/Ref/Api/Functions/Document Types/XML Functions/__STAR__property_from_xml Function.xml
Read property from XML, if reversible flag is set, the XML we generate will match (adds levels to handle scaling tags - i.e. adding runs of tags and mapping names).
json_from_xml_OData Function
/documentation/pages/Ref/Api/Functions/Document Types/JSON Functions/json_from_xml_odata().xml