WRITEXML


The WRITEXML statement writes a dynamic array to a hashed file in XML format, using a style sheet from the DICT.

NOTE: This function is only available in jBASE 4.1 and later.

COMMAND SYNTAX

WRITEXML rec ON file,id ELSE STOP 201,id

The XML is transformed into a dynamic array before being written to the file. The transformation takes place using the stylesheet in DICT->@WRITEXML.

EXAMPLES

WRITEXML rec ON file,id ON ERROR CRT "Broken! ": rec


jBC