CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2001
    Location
    India
    Posts
    228

    xml in client/server projects

    hi

    it would be greatful if anyone could explain me the use of xml with regard to client/server projects.

    thanks in advance

    regards
    madhu

  2. #2
    Join Date
    May 2002
    Location
    United Kingdom
    Posts
    13
    One use of XML in client/server projects could be to configure your client and server using XML.

    The XML could hold the data that needs to configure your client/server and thus can change their behaviours.

    V

  3. #3
    Join Date
    Jan 2001
    Location
    India
    Posts
    228
    Thanks for the reply!

    I am looking for something more. any other suggestions !

    Thanks and Regards
    Madhu

  4. #4
    Join Date
    May 2002
    Location
    United Kingdom
    Posts
    13
    If you can let me know your exact requirements I can let you know the way XML can be used in that context.

    Cheers
    V

  5. #5
    Join Date
    Jan 2001
    Location
    India
    Posts
    228
    Hi vikramn

    Thank u very much for ur intrest and reply.

    I am involved in development of client/server applications. i've also learnt how to use xml in vb using xml parser. now i want to use it in my applications, but couldn't find a right place to use it.
    say for example , i am developing a accounting or inventory kind of application. where can xml be used in these ?

    (or) am i wrong with my idea ? can xml be used in these kind of applications ?

    Thanks & Regards
    Madhu

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