Author: martin1
Date: Nov 28, 2006 13:43
..., All, I want to generate empty data tag, for example, the table1 has 2 fileds called ... it creates xml file without empty elment tag like this: <Table1> <field1> 23 <field1> </...23 <field1> <field2 /> </Table1> That means <field2 /> tell no data, but I want the xml tag display in the file. can anyone know how to generate empty data xml tag using above sql xml query or another ...
|