Ok, in that case, you may be able to use XSL transforms to take the XML and format it. Although to be honest, I know very little about that, so maybe someone else here knows if that is possible and if so how it should be done.
On Tue, 4 Jun 2002 09:38:58 -0700, Greg Gates <[EMAIL PROTECTED]> wrote: >Hi Marina: > >The string representation of the data is imported into a third party >payroll application. The payroll app only understands delimited strings, >not XML. > >thanks, Greg > > > >On Tue, 4 Jun 2002 09:24:34 -0700, Marina Zlatkina <[EMAIL PROTECTED]> >wrote: > >>I don't know the purpose for which you are doing this, but have you >>considered using the table's XML representation? You could use the DataSet >>GetXml method, load that into an XmlDocument, then find the node >>corresponding to your table, and use that. It would be much easier to >>query the data using XPath as well to just access particular nodes. >> >>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or >>subscribe to other DevelopMentor lists at http://discuss.develop.com. > >You can read messages from the DOTNET archive, unsubscribe from DOTNET, or >subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.