| Thread | Last Post | Replies |
|
| XPath | 02 Jun 2004 04:21 GMT | 1 |
I am new to XPath and I am stuck with an expression. I would like to select all servers which the user subscribed to. Here is my XML: <forums> <forum> <name>AAA</name>
|
| XML deserialization from string | 01 Jun 2004 23:33 GMT | 1 |
I have an XSD and created a VB.NET class file from it. When I have an XML file (conforming to the schema), it is straight forward to deserialize using the class file. I am looking for ways to deserialize when I have the XML as a string
|
| Reusing XPathExpression in multiple iterations | 01 Jun 2004 21:39 GMT | 1 |
Is there some reason why I shouldn't be able to use the same XPathExpression simultaneously in multiple iterations? The test below illustrates the problem. It seems that creating two XPathNodeIterators with the same expression creates a coupling between the iterators so they ...
|
| XML as general-purpose database? | 01 Jun 2004 21:28 GMT | 1 |
Hi! I'm coming from building desktop applications using Borland Delphi (Win32) with embedded databases (compiled into the executable). While I find this a very powerfull combo, I'm looking into how I would want to make those kind of applications using C#. As I can't offer potential ...
|
| Validating and XML file with a schema | 01 Jun 2004 17:30 GMT | 3 |
New to the XML world and .NET. I have what I believe to be a simple problem, but I have read the .NET docs till I'm blue in the face and still can't locate a simple example of how to accomplish this. I have two strings (C# string type).
|
| XmlElement question | 01 Jun 2004 04:14 GMT | 3 |
I have and XmlElement from within an XmlDocument. I wish to RemoveAll() from within the XmlElement plus itself. For example: <Notes> <Note id="n1">
|