Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
R

RoadieGS

@RoadieGS
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Transfer of XML
    R RoadieGS

    I have a C# .Net application which generates a XML file on the web server when the user clicks on a button. After that file is produced, I need to be able to push that xml file to the client machine (preferably with an open dialog box so the user can choose the destination). I am thinking this can be done with Response.Write, but I have not been successful. Thanks.

    C# csharp sysadmin xml

  • Reporting Services with ODP.Net
    R RoadieGS

    Can the Oralce ODP.Net driver be used with Reporting Services 2000? If so, how do you set up the connection? Thanks.

    Database csharp question

  • Problem with XPathNavigator
    R RoadieGS

    I enjoyed the sense of humor.

    XML / XSL help xml

  • Problem with XPathNavigator
    R RoadieGS

    VS 2003 or VS 2005? I am using 2003. Any thoughts on why it would work for you and not me? Thanks!

    XML / XSL help xml

  • Problem with XPathNavigator
    R RoadieGS

    I tried that as well. I got the same exact result. Did it work correctly for you?

    XML / XSL help xml

  • Problem with XPathNavigator
    R RoadieGS

    I am attempting to extract some data from the xml below with the following code: XPathDocument xmlDoc = new XPathDocument(URL that I supply); XPathNavigator nav = xmlDoc.CreateNavigator(); nav.Select("/ISBNdb/BookList/BookData/AuthorsText"); Console.WriteLine(nav.Value); The problem is the value returned is all of the elements concatenated together: Applied Microsoft. NET framework programming in Microsoft Visual Basic. NETJeffrey Richter, Francesco BalenaRedmond, Wash. : Microsoft Press, c2003. I have tried everthing and have no idea why I am getting this behavior. Any help would be greatly appreciated. Thanks. Gary This is the xml that is loaded into the XPathDocument: Applied Microsoft. NET framework programming in Microsoft Visual Basic. NET Jeffrey Richter, Francesco Balena Redmond, Wash. : Microsoft Press, c2003. -- modified at 10:50 Friday 5th May, 2006

    XML / XSL help xml
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups