Writing XML file in a Table format
i'm writing an Xml document through mlWriter class and using WriteRaw() method to wite records that are retrieved from a database table.
i'm trying to write records in a table format with columns and rows.
i want to know how to start a newline while using XmlWriter call and how to add tab spaces between two string values
awaiting ur replies

