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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:40:36+00:00 2026-05-11T00:40:36+00:00

I am trying to pass an XML list to a view but I am

  • 0

I am trying to pass an XML list to a view but I am having trouble once I get to the view.

My controller:

 public ActionResult Search(int isbdn)     {         ViewData['ISBN'] = isbdn;         string pathToXml= 'http://isbndb.com/api/books.xml?access_key=DWD3TC34&index1=isbn&value1=';         pathToXml += isbdn;         var doc = XDocument.Load(pathToXml);         IEnumerable<XElement> items = from m in doc.Elements()                     select m; 

What would my view look like? Do I need to incorporate some type of XML data controller?

  • 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. 2026-05-11T00:40:37+00:00Added an answer on May 11, 2026 at 12:40 am

    first.. you have to return the data to the view modal…

    public ActionResult Search(int isbdn)     {         ViewData['ISBN'] = isbdn;         string pathToXml= 'http://isbndb.com/api/books.xml?access_key=DWD3TC34&index1=isbn&value1=';         pathToXml += isbdn;         var doc = XDocument.Load(pathToXml);         IEnumerable<XElement> items = from m in doc.Elements()                     select m; return view(m); } 

    in your code behind you have to inherit

    ViewPage < IEnumerable<XElement>> 

    and than your ViewData.Modal will be a strongly typed IEnumerable<XElement>. and you will be able to work with data as in the controller.

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

Sidebar

Related Questions

I know that you can pass data to a view using: navigator.pushView(views.LoadoutView, list.selectedItem) But
I am trying to pass a .xml file from my res folder to an
I am trying pass class as value in hashmap. I need to get the
Trying to pass the root of my Binary Search Tree (BST) to the UI
im trying to pass two parameters to a function, i being an int value
When trying to pass a CGPoint to a method the point is passed, but
I am trying to pass the fullcalendar events to my controller via Json, however
I'm trying to pass elements from a list to a for loop and of
I am having major issues trying to get to documents in subfolders of the
I am trying to pass an XML string from a server into a parser

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.