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

Search:

Type: Posts; User: AlecTaylor

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    6,595

    Re: How do I parse an XML file?

    Figured out the rapidxml version.
  2. Replies
    5
    Views
    6,595

    Re: How do I parse an XML file?

    I have included a copy of the XML, if you believe that to be the case, please attempt analysis yourself.
  3. Replies
    5
    Views
    6,595

    Re: How do I parse an XML file?

    My tinyXML attempt: https://ideone.com/yC1l8

    (still not working)
  4. Replies
    5
    Views
    6,595

    How do I parse an XML file?

    Good morning,

    I've been trying with various libraries (everything from pugixml to RapidXML) but have been unable to parse a simple XML file.

    My RapidXML attempt: https://ideone.com/XWylb

    My...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured