I'm having much trouble in relating a xml file with a shema definition in order to validate the xml document and get advantage of the intellisense features of the .net ide. What steps I have to follow?
Hi; I am sure I am missing something here but I cannot figure it out. Below I have a program and I cannot figure out why the xpath selects that throw an exception fail. From what I know they should work.
We have a Jabber-esque client server package that uses XMPP for communication over network sockets. Using .NET 2.0, I need to read a full stanza (i.e. balanced xml) as soon as available and return it as a string.
XPathNavigator nav = MyCreateNav(); // InnerXml == "software" nav.SelectSingleNode".[.='software']"); The select returns an exception: + $exception {"'.[.='software']' has an invalid token."} System.Exception
Hi, I apologize if I am posting this in the wrong forum. I am creating a .net 2.0 website using vb.net. I have an XML file with the following general format: <LearningObjectives>
I must be missing something simple. I want to serialize a DataSet to local disk when my .NET 2.0 WinForms app closes, and deserialize the DataSet when the app reopens. I use this code to serialize my DataSet:
I have a xml file and i want to format it using XSL My XSL file and XML below I needed to do a distinct which is ok on the first node "Code" For the "programDescription" i did below which gets the Count of the nodes
I am getting the error: Value of type 'String' cannot be converted to '1-dimensional array of Long'. in the following line for TextBox2.Text field : doc.LoadXml(EDP.ExportPositions(TextBox1.Text,
Here is my working code to pull Yahoo business news RSS feed. Can anyone show me how to only return the top 3 or 4 news articles? <%@ Import Namespace="System.Xml" %> <script language="VB" runat="server">