Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3428674
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:59:14+00:00 2026-05-18T06:59:14+00:00

I wondering about sense of using XmlDocument class to processing a small XML files.

  • 0

I wondering about sense of using XmlDocument class to processing a small XML files.
If during the XML file is loading, XmlDocument creates a whole set of object-oriented structure for all XML elements and their relationship, theoretically for small xml files, there is a slight performance decrease and resources consumption and in the same time, we have clear and easy data management.

I read many articles about the processing of XML files – usualy people suggest using lightweight solutions like XmlTextReader instead XmlDocument for fast forward reading – even for small files. Am I wrong or XmlDocument is not so bad?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T06:59:15+00:00Added an answer on May 18, 2026 at 6:59 am

    You will have to measure it, but even for a small file the I/O will be the main factor.

    And how do you want to use the file? That is far more important.

    I would never consider an Xml(Text)Reader for small files. The only thing it would optimize is memory usage.


    In reply to the comment:

    For 100kB, just use XDocument or the older XmlDocument

    You can get all your nodes with XElement.Descendants(“TAG”)

      var xmlData = XDocument.Load(filename);
      var tags = xmlData.Descendants("TAG");
      foreach(var tag in tags) ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering about using or not templates, in other thread I found out
I'm wondering about instances when it makes sent to use #define and #if statements.
I'm wondering about MP3 decoding/encoding, and I was hoping to pull this off in
I've been wondering about the performance improvements touted in Java SE 6 - is
I'm wondering about the practical use of #undef in C. I'm working through K&R,
I'm just wondering about large projects - say an airlines reservation system, how many
I've been wondering about how hard it would be to write some Python code
I was wondering about the best practices for indicating invalid argument combinations in Python.
I was always wondering about this seemingly utopic world of open source. Assuming the
I was wondering about the best way to manage projects dependencies from ant. What

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.