CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: user12

Search: Search took 0.02 seconds.

  1. Re: populate list/array from specific XML nodes

    That makes a lot of sense just have multiple files that define a set of transformation rules. Seems so simple when it is typed out like that thanks for taking the time to reply you've been a great...
  2. Re: populate list/array from specific XML nodes

    Hey, just thought I'd post here rather than starting a new thread I had a shot at transforming and it went ok, format wise, here is what I got

    <root>
    <row Name="" Surname="" Country="" Job=""...
  3. Re: populate list/array from specific XML nodes

    Thats an interesting idea. As you have probably guessed I'm new to XML altogether so I've never used XSLT files, but that format does seem a lot cleaner to work with. I'll keep it in mind thanks.
  4. Re: populate list/array from specific XML nodes

    I could probably ignore white space etc it isnt a problem I was just making the point that i cant control the incoming files. If they are not already XML, I will be converting them, to (try) make the...
  5. Re: populate list/array from specific XML nodes

    No the files are passed in, in this case I had to convert a .csv to XML myself, hence the spacing issue in ' Cabin'
  6. Re: populate list/array from specific XML nodes

    So near yet so far :D Thank you so much for the fixes
  7. [RESOLVED] populate list/array from specific XML nodes

    I wonder if anyone can help me with this problem. What I'm trying to do is populate a string list with values based on the name from the XML file. In other words

    list list = new list
    for each...
  8. Replies
    4
    Views
    8,207

    Re: Allow user to work with XML from c# page

    Thanks for the reply, so I need to work with nodes thats fine, is this applicable if I dont know what the nodes are though. For example if I have a file containing the value "Name" thats ok I can use...
  9. Replies
    4
    Views
    8,207

    Allow user to work with XML from c# page

    Hi, let me explain what I am trying to do.

    I am uploading xml files containing questionnaire/survey results to my server.
    What I need to do is attain some method of allowing the user to...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured