| Thread | Last Post | Replies |
|
| Web Services SDK - Where ? (WSDK ) | 31 Dec 2003 01:36 GMT | 4 |
MSDN includes a some interesting pages about using the Microsoft.com Web Service SDK, Version 1.0 at http://msdn.microsoft.com/library/default.asp? url=/library/en-
|
| XML Schema Inherits | 30 Dec 2003 15:47 GMT | 1 |
Can one XML Schema Inherit another ?
|
| Validating XML file | 30 Dec 2003 07:00 GMT | 3 |
I receive a XML file from a customer and want to use a schema for validating the XML file. What I don't know how to do is, that I want to continue processing this XML - file no matter if there is an error or not. e.g. I have an element <Code> which can contain values 1 to 9.
|
| typed datasets and duplicated relations | 29 Dec 2003 21:37 GMT | 1 |
I'm struggling to create a typed data set (with xsd.exe) with 4 tables and 3 layers orders -> Items Items->ItemAtts1
|
| Xml Dom .net bug??? | 29 Dec 2003 17:45 GMT | 2 |
given a snippet from an XML message ... <DATA name="John" value="23" /> <DATA name="Betty" value="71" />
|
| XMLreader to text | 29 Dec 2003 17:07 GMT | 1 |
How do I read the entire XML text from an XMLReader ? I just want to retrieve the XML string from a SQL SP formatted as XML. I assumed the ExecuteXMLReader was the best option. So whats the most streamlined process of getting the XML into a string ? Thanks Bill
|
| Retrieve XML from DataSet without Schema | 29 Dec 2003 12:21 GMT | 1 |
Is there a way to retrieve xml document as xml string from a dataset without its schema? Regards, Sarmad Aljazrawi
|
| XPathDocument and retrieving xml string | 29 Dec 2003 03:43 GMT | 2 |
I load an xml stream into a xpathdocument type, compile a xpath expression and select to specific node. I find the node and wish to return the innerxml of that node. When I use value of the current node I get back the "values" of the child nodes but no formatted xml which I need for ...
|
| Writing CDATA data to XML | 29 Dec 2003 00:38 GMT | 3 |
I have a DataSet, which I'm writing into XML using the DataSet.WriteXML() method. Now, I want to write the cell's data/text as CDATA, when it is written into an XML. For example, I want the XML output as follows: <root>
|
| XmlRootAttribute ignored when serializing class from array | 26 Dec 2003 16:03 GMT | 1 |
I'm trying to solve an XML serialization problem that appears to me to be be a bug with the XmlSerializer. Let's say I have a class that looks like this: [XmlRootAttibute(ElementName="x"]
|
| escapeOutput and webmethod | 24 Dec 2003 23:19 GMT | 3 |
I aplogize if this has already been answered however I couldn't find anything related to this... I have bunch of webservices written in vb.net returning native data types, due to constraints of the client I need
|
| Can XML describe different hierarchical data? | 24 Dec 2003 08:08 GMT | 1 |
I want an XML file to describe hierarchical data where each node is different. Each node will contain different and varied other nodes. Describing this in an XML file would be easy but I'm having a problem with this as related to DTD or XSD.
|
| XMLREADER or XMLDocument??? | 24 Dec 2003 08:00 GMT | 2 |
How do I read the attributes of this XML? I have a page with text boxes that i want to read these values in. notice there are 2 Parameter tags with the same attributes. Code would help
|
| What is the right way to create xml from dataset in C#? thanks! | 24 Dec 2003 07:50 GMT | 5 |
In my code, I use this code to create a xml string and then load it into a xmldocument. for(int i=0;i<sqlReader.FieldCount;i++){ rowxml+="<"+sqlReader.GetName(i)+">"+(!sqlReader.IsDBNull(i)?sqlReader.GetVa
|
| Trying to validate XML w/ an XSD.. | 23 Dec 2003 08:18 GMT | 1 |
I'm trying to validate an XmlDocument with an XSD schema, and I'm getting the following error: Could not find schema information for the element 'month'. An error occurred at , (1, 40).
|