Right now i have a small application that reads from SQL and writes the data back to an XML file. However the XML root is called <NewDataSet> and the sub elements are called <Table>. Is there a way to customize these with my own names?
Printable View
Right now i have a small application that reads from SQL and writes the data back to an XML file. However the XML root is called <NewDataSet> and the sub elements are called <Table>. Is there a way to customize these with my own names?
You could write a xslt stylesheet to transform the xml into any output you want.
Well, i need the XML file to have different tags. not just on display.
You can change the tags to whatever you want using xsl.