programmatically creating xml from txt file......anyone.......help
Thank you,
I have to create an xml out of the text file.. The text file is
Table Id: Products
ColumnName Type Length
------------------------------------------------------------
ProdNo varchar 8
ProdName varchar 10
ProductQuantity nvarchar 10
Table Id: ProductOrder
ColumnName Type Length
------------------------------------------------------------
ProductOrder varchar 8
Prodstatus varchar 10
I have to create xml format for the above tables...... how do I do that.
Help