Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / February 2008

Tip: Looking for answers? Try searching our database.

XmlNode ParentNode???

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
pxpilot - 23 Feb 2008 01:24 GMT
Hi,
I am trying to retrieve title of the parent (post) by the id of the
comment, Why doesn't this work?

XML
<root>
 <post>
   <title>text</title>
     <comment id='100'>text</comment>
     <comment id='101'>text</comment>
</post>
</root>

ASP
Dim xmlRoot As XmlNode
Dim postId as Integer
xmlRoot = xmldoc.SelectSingleNode("root")
postId = xmlRoot.SelectSingleNode("root/post/
comment[@id='101']").SelectSingleNode("title").InnerText

Help!
Michael Nemtsev [MVP] - 23 Feb 2008 12:35 GMT
Hello pxpilot,

Number of ways, including the xpath to take the parent node ".."
or ParentNode method from XmlNode http://msdn2.microsoft.com/en-us/library/system.xml.xmldocument.parentnode.aspx

---
WBR,
Michael  Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour 

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

p> Hi,
p> I am trying to retrieve title of the parent (post) by the id of the
p> comment, Why doesn't this work?
p> XML
p> <root>
p> <post>
p> <title>text</title>
p> <comment id='100'>text</comment>
p> <comment id='101'>text</comment>
p> </post>
p> </root>
p> ASP
p> Dim xmlRoot As XmlNode
p> Dim postId as Integer
p> xmlRoot = xmldoc.SelectSingleNode("root")
p> postId = xmlRoot.SelectSingleNode("root/post/
p> comment[@id='101']").SelectSingleNode("title").InnerText
p> Help!
p>

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.