Skip to main content

No XML Processing

Syntax

No XML Processing

Description

Disables RunScore's automatic XML tag generation when producing XML output.

Remarks

By default, RunScore wraps output in XML tags when generating XML-formatted listings. Use this command when you are writing your own XML structure using Header, Footer, and field formatting commands, and do not want RunScore to add its own tags around the data.

Examples

To produce a custom XML file without automatic tag wrapping:

No XML Processing
Output Format XML
Header
.<?xml version="1.0" encoding="UTF-8"?>
.<results>
.End of Header
Field NAME
Event TIME
Footer
.</results>
.End of Footer