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

Search:

Type: Posts; User: javajawa

Search: Search took 0.03 seconds.

  1. Thread: XMLReader?

    by javajawa
    Replies
    9
    Views
    7,336

    Re: XMLReader?

    May I ask where this is going? If this is some form of school work (and it does rather look like a school project), then all I can really do is to point you in the way of ENUMs, and Using the...
  2. Thread: XMLReader?

    by javajawa
    Replies
    9
    Views
    7,336

    Re: XMLReader?

    I should pay more attention to replies, shouldn't I? :P

    I'd recommend defining an Integer called 'ErrorCount' inside the procedure (have a read through the link in my last post if you're unsure)....
  3. Thread: XMLReader?

    by javajawa
    Replies
    9
    Views
    7,336

    Re: XMLReader?

    Don't worry about the questions - Everyone is a beginner at some point.

    For the first part, I'm expect you're getting an error which isn't an XMLError, so it isn't processed in the catch section....
  4. Thread: XMLReader?

    by javajawa
    Replies
    9
    Views
    7,336

    Re: XMLReader?

    You can set the text in a text box using TextBox2.Text =

    As for displaying an ok message, the best Idea is to have a variable which counts the errors found. Then at the end of the test, you see if...
  5. Thread: XMLReader?

    by javajawa
    Replies
    9
    Views
    7,336

    Re: XMLReader?

    Welcome to the Forums! :wave:

    This sounds suspiciously like a school project, but I'd recommend looking at the System.XML Namespace (and the XMLDocument class in it). In fact, the XML validation...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured