Difference: FullAPIList (29 vs. 30)

Revision 302022-05-24 - MisaghKarimi

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

APPX Runtime Subroutine API

Line: 153 to 153
 

.XML PURGE

Deletes the work files used by a particular import session.

Added:
>
>

.XML WRITER OPEN

 
Added:
>
>
Creates and opens an XML file on the server and adds <?xml?> to it.

.XML WRITER CLOSE

Closes an XML file and frees up memory used by XML Writer.

.XML WRITER ELEM START

Opens an element in an XML file.

.XML WRITER ELEM END

Closes the most recent opened element in an XML file

.XML WRITER ADD DATA

Adds data to the most recent opened element in an XML file.

.XML WRITER CDAT START

Opens a cdata element in an XML file

.XML WRITER CDAT END

Adds cdata end tag to an XML file

.XML WRITER ADD ATTR

Adds an attribute name, value pair to the most recent opened element in an XML file.

 

JSON Processing Routines

.JSON PARSE

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback