Results 1 to 7 of 7

Thread: Convert XML to INI file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2004
    Location
    Nagpur, India
    Posts
    228

    Convert XML to INI file

    Hello,

    Is anybody aware of a tool which can convert a XML file to INI file?

    Cheers! :-)

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: Convert XML to INI file

    I would say XML is a better format than INI. Why would you convert anything from XML to INI? Any special requirement?
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3
    Addicted Member JensPeder's Avatar
    Join Date
    Sep 2005
    Posts
    249

    Re: Convert XML to INI file

    Well, the file structure is fundamentally different so the answer is probably none. But if you have a simple xml file you can do it manually?

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2004
    Location
    Nagpur, India
    Posts
    228

    Re: Convert XML to INI file

    Yes, i have a very big XML file, around 22+ MB
    Plus, i dont want to have a dependency on MSXML.

    A very efficient XML parser will work, but i didnt have any

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2004
    Location
    Nagpur, India
    Posts
    228

    Re: Convert XML to INI file

    Is there any way to load a XML file into say a Tree view?

    As i mentioned, the XML file is too large

  6. #6
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871

    Re: Convert XML to INI file

    You could parse the XML file yourself with MSXML and write it to the INI file in the format you want.
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  7. #7
    Addicted Member JensPeder's Avatar
    Join Date
    Sep 2005
    Posts
    249

    Re: Convert XML to INI file

    http://planetsourcecode.com/vb/scrip...1=Quick+Search
    A lot of complete examples on how to put a xml in a treeview.

    How is your xml file structured?

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