Quantcast
Channel: XML to CSV Using LINQ
Browsing all 6 articles
Browse latest View live

XML to CSV Using LINQ

try this code  private void getsubnode(XmlNode vnode,StreamWriter outfilewriter) { while (vnode.HasChildNodes==true) { string stringtest =""; foreach (XmlAttribute atttest1 in vnode.Attributes) {...

View Article



XML to CSV Using LINQ

Hi,As I understand from your data, <BOXLENGTH>, <BOXWIDTH> and <BOXHEIGHT> are sole to one <DIM>.Change your <DIMS> section like this :<DIMS>    <DIM>...

View Article

XML to CSV Using LINQ

Hi BPWill;Not sure what you are asking. You posted a XML document and you want to query the document. What do you want the results to be / look like?  Fernando (MCSD) If a post answers your question,...

View Article

XML to CSV Using LINQ

 I can't say I would use Linq to do it but maybe a tradition XML Document reader. 

View Article

XML to CSV Using LINQ

Hi,As I understand from your data, <BOXLENGTH>, <BOXWIDTH> and <BOXHEIGHT> are sole to one <DIM>.Change your <DIMS> section like this :<DIMS>    <DIM>...

View Article


XML to CSV Using LINQ

I searched the threads here for an answer and found this:  http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/02e84ad2-6f24-4776-b06d-6a64e88f7e41?prof=required However, I could not get it...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images