CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: XML Parser

  1. #1
    Join Date
    Mar 2000
    Posts
    33

    XML Parser

    Hi,

    I'd like to use an xml parser into a Class. THe file that would receive the parser woulsd always have 5 to 6 fields and always with the same format. The parser would be called from a webservice or from a bean I didn't decided yet.

    I don't have any Idea of what the parser should look like. Have an example and an explanation for me??

    Thank you,

    G

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    A google for XML parser will give you lots of useful links.

    Exactly what are you intending to do with the XML parser?
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured