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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:39:21+00:00 2026-06-03T06:39:21+00:00

I have to inventory about 400 reports, and what I need to do is

  • 0

I have to inventory about 400 reports, and what I need to do is pull all the sql out of the reports. I’m able to XmlDocument load the results and navigate the information in VS and find the information i’m looking for.

In each report I have to click Results View

I have to drill down results view for the following Elements.

{Element, Name="Report"}
{Element, Name="DataSet"}
{Element, Name="Query"}
{Element, Name="Command Text"}

I’m trying to get to the elemental Command Text, but i’m unsure of how to enurmate or access that level. here is the code i am using:

 string[] Fil_Info = Directory.GetFiles(dir);
            foreach (string file in Fil_Info)
            {
                XmlDocument doc = new XmlDocument();
                doc.Load(file);
                //Console.WriteLine(doc.Value.ToString());
                XmlAttributeCollection attrColl =doc.DocumentElement.Attributes;
                foreach (XmlAttribute xmlAtt in attrColl)
                {
                    XmlAttributeCollection attrColl2 = xmlAtt.Attributes;
                    foreach (XmlAttribute xmlAtt2 in attrColl2)
                    {


                    }

                }

            }
  • 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-06-03T06:39:22+00:00Added an answer on June 3, 2026 at 6:39 am

    I don’t really know what you’re after and I haven’t seen your XML’s structure so I’m taking a wild guess and this is probably not optimal/functional but hey what’s the fun if you don’t need to tweak it right?

    IEnumerable<XElement> GetCommandText(string file)
        {
        XDocument xdoc = XDocument.Load(file);
        return xdoc.Root.Elements().Where(r => (string)r.Attribute("Name") == "Command Text");
        }
    

    if you want more help please, pretty please post a example of what the original XML looks like 🙂

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

Sidebar

Related Questions

We are writing an inventory system and I have some questions about sqlalchemy (postgresql)
I have an Inventory Database and I need to add a validation rule to
In our inventory database (SQL Server 2008 std edition) we have a table (called
I have a CSV file with information about our inventory that gets changed locally
I have a database containing about 300,000 rows of product information. I need to
I have a template for adding items to a store inventory page. I need
I have been trying this all day now, and I am about ready to
I have a form where user enters data about a new inventory item (id,title,
I have a resource, Inventory, that needs to be showed about 4 different ways
In this the catalog.xml file. I have two books who have the same inventory

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.