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 3427072
In Process

The Archive Base Latest Questions

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

I have an XML document and I am using XmlTextReader of System.Xml namespace to

  • 0

I have an XML document and I am using XmlTextReader of System.Xml namespace to parse this XML document and I am calling the event handlers for different types of nodes like startElement(), Text etc…

   **while (reader.Read())
    {
        switch (reader.NodeType)
        {
            case XmlNodeType.Element:
            {
                StringBuilder nodeNam = new StringBuilder(reader.Name);
                startElement(nodeNam);**

Here startElement(), text, endElement() etc are my custom created event handlers. I have given the definition for these event handlers. In order to remember the context of the tags in the XML document, I am using stack. ie. pushing a tag into stack on startElement() and processing the contents ( calling text()) of that tag by getting the current context from the top of the stack. And later when I encounter the end of that tag I popped that tag. This is how I achieved parsing and coded the event handlers.

But I want to achieve this parsing and event handler creation without using a stack.
Can anyone kindly let me know how to achieve this in C # without using stack to remember the current context of the tags of XML Document. Is there any better way to achieve XML parsing and generating event handlers as and when the parser encounters startElement(), endElement(), Text(), startDocument() of the XML Document.

     IN MY XML PARSING, I JUST WANT TO IDENTIFY startElement(), endElement(), characters(), etc, for each and every node (tag) in the document AND CALL THE EVENT HANDLER FUNCTIONS FOR start of an element (startElement() ), end of an element ( endElement() ), text of the node (characters() ). AND I DONT 

need the parsing in much finer detail. Using XmlTextReader I have to use a stack to rememeber the context of the current tag in order to call the corresponding event handler functions (startElement(), endElement(), characters() ). BUT I WANT TO ACHIEVE THIS EVENT HANDLER CALLING WITHOUT USING STACK. Is there any simple method to achieve this in C #.

  • 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:47:32+00:00Added an answer on May 18, 2026 at 6:47 am

    An alternative for you could be to look at XPath and use this to query your XML document.
    It is not clear if such a navigation would be simpler in your case. There are nice tools like MVPXML or Sketchpath which help you to create query statements and test them interactively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following XML document that I have to parse using python's minidom:
I have a bit of code that basically reads an XML document using the
I have an XML document looking similar to this: <items> <item cat=1 owner=14>bla</item> <item
Say I have a xml document that looks like this <foo> <bar id=9 />
I have an XML document with some sample content like this: <someTag> <![CDATA[Hello World]]>
I have parsed XML using both of the following two methods... Parsing the XmlDocument
I have an XML document with un-namespaced elements, and I want to use XSLT
I have an XML document: var xml:XML = new XML(<rootNode> <head> <meta name=template content=Default
I have an XML document something like ::: <?xml version=1.0 encoding=utf-8?> <?mso-application progid=Excel.Sheet?> <Workbook
I have an XML document that I'm trying to style via CSS. A relevant

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.