| Thread | Last Post | Replies |
|
| Advise, Guidance and Pointers with XML | 30 Nov 2006 18:39 GMT | 1 |
Dear Ethernet of Unquestionable Knowledge, Re: Advise, Guidance and Pointers with XML Oh omnipotent one(s) please help me ... I'm reasonably new to all the XML stuff and although clear on the basic concepts of XML, however I'm
|
| Indenting XML in a string | 30 Nov 2006 17:32 GMT | 3 |
Sorry if this seems like a newbie question, because I *am* rather new to XML I have a string with XML content string s = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><Service
|
| Very strange error: CLR has been unable to transition from COM context | 30 Nov 2006 09:05 GMT | 1 |
I ran into a very strange error tonight. I was working with web services and typed datasets. The web server I was using happens to be on the other end of a virtual network (Hamachi). Everything was working fine. I added one more row of data to the table
|
| XML validation of single value without entire XML document | 30 Nov 2006 06:19 GMT | 2 |
Does anyone know if it is possible, and if so how, to perform validation of a simple non XML string against certain XSD restrictions, without having the entire XML document to validate against the schema. To elaborate -
|
| Xml and unicode values with &#x... | 29 Nov 2006 21:39 GMT | 4 |
I like to use the XmlTextWriter to write some SVG files. But in some cases, I need the '&' as '&' and not as &. Example: <glyph unicode="L"/> Some code-snippet:
|
| XML Nodes conversion to Hashtable | 29 Nov 2006 21:25 GMT | 1 |
Hi m not able to convert the node values of a XML file to Hashtable Actaully i need to traverse the XML Nodes again and again and want to pick values on filters
|
| XPath 2.0 | 29 Nov 2006 13:15 GMT | 2 |
Is xpath 2.0 in Visual Studio.Net 2005? If not, how would I integrate it into an application? Is there a COM component or dotnet component available to do this? Derek
|
| XPath, sum and number conversion | 29 Nov 2006 11:59 GMT | 1 |
I'm trying to evaluate a sum expression trougth .NET 2 System.Xml.XPath.XPathNavigator object. My code is : Dim document As New System.Xml.XmlDocument()
|
| Converting mysql query result to xml | 29 Nov 2006 08:36 GMT | 2 |
Hi all, I'm a newbie in .net xml programming, so please be patient. And sorry for my uncorrect english, too. I'm going to explain my problem: I've built a web service which responds to ferries timetable requests.
|
| Does xsd.exe support spaces in file paths? | 29 Nov 2006 04:37 GMT | 2 |
Does the xsd.exe command line support paths with spaces? For example the xsd.exe /o: option specifies the output file name. How can I specify an output file path that has a space? I'v tried googling up and down and cannot find an answer.
|
| How to access the total number of child nodes from a parent node | 28 Nov 2006 23:02 GMT | 4 |
How to access the total number of child nodes from a parent node. For example, I would like to get the total number of child nodes from <parent1> and <parent2> node. The SelectNodes method return the total number of <folder> nodes (9) regardless of calling from the <parent1>
|
| Most efficient to Break this up | 27 Nov 2006 21:25 GMT | 1 |
I have a document like so (Its actually a serilization of an Object) <Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BirthDate>8/31/1971</BirthDate>
|
| saving XML file usinf XMLDoc | 27 Nov 2006 05:57 GMT | 1 |
I have this small snippet below and i want to save some data back to the xml file. So i looked for a node and checked if the node value is the same as a textbox value
|
| How to get the XML path of an XmlNode? | 26 Nov 2006 23:48 GMT | 7 |
How can I get the full XML path (as string) of a specific XmlNode ?
 Signature Thanks Sharon
|
| Serialization of jagged Arrays Issue | 26 Nov 2006 03:28 GMT | 4 |
I m trying to return an object (of my own written class) from a web service that contains jagged Arrays as public variables. Asp.Net is showing me the its serialized version on the browser when i invoke the service during test.
|