XMLDA_NO_HEADER
Go Up to Using the xmlda_flags
Setting the XMLDA_NO_HEADER
flag suppresses the header. In our example, the generated XML file would look as follows:
<Employee> <LAST_NAME>Bender</LAST_NAME> <FIRST_NAME>Oliver H.</FIRST_NAME> <PHONE_EXT>255</PHONE_EXT> </Employee> <Employee> <LAST_NAME>Bishop</LAST_NAME> <FIRST_NAME>Dana</FIRST_NAME> <PHONE_EXT>290</PHONE_EXT> </Employee> … … <Employee> <LAST_NAME>Young</LAST_NAME> <FIRST_NAME>Katherine</FIRST_NAME> <PHONE_EXT>231</PHONE_EXT> </Employee> }