Text String to XML
Hi folks,
The problem I have got is.....A user input some string i.e. "sp_list, anne, cook"
Format being <stored procedure name>, <parm1>, <parm2>.
Then they click submit and I need to be able to parse this into an xml document.
Anyone got any ideas?
I am using Visual Studio 2005 with C#
Thanks
|