.NetNewbie
unread,Nov 6, 2009, 4:03:05 AM11/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
1. Is there a way to navigate the HTML DOM similar to how XPath does
it for the XML DOM? Code snippet would be highly appreciated.
2. Is there a way to convert the HTML DOM to XML DOM (if I can't
navigate the HTML DOM, I could navigate it using XPath if I can
convert the HTML DOM to an XML DOM).