| Thread | Last Post | Replies |
|
| Generating XSD | 19 Nov 2004 20:59 GMT | 3 |
How can i generate an XSD for a set of SQL Server tables(i have three tables. One table is parent of other two tables.) programatically or using a tool. Thanks in advance.
|
| array to xml | 19 Nov 2004 07:20 GMT | 1 |
have tree variable with their values: 1) rptName="report1" 2) rptPath="c:\......" 3) serverPath=http://server...
|
| The active schema does not support the element 'xml' | 19 Nov 2004 04:15 GMT | 1 |
I am trying to insert an xml data island into a htm file that I am using for a help file. When I insert the lines of xml, the <xml> tag is underlined in red in VS2003 and the message says "The active schema does not support the element 'xml'.
|
| xml and dotnet | 18 Nov 2004 15:08 GMT | 3 |
I have a following xml, i am new to dotnet. can anyone tell me how to get the attribute date_time from the response_header node using C# XMl is as follows <response_info_main xmlns="http://tempuri.org/Response.xsd"
|
| XmlSerializer | 18 Nov 2004 15:00 GMT | 3 |
I have created a class, named FormField , which basically contains two fields, name and value. I have set the [XmlRoot(ElementName="field", Namespace=null)] tag before the class and the field is set as an XmlAttribute whil the name as XmlText.
|
| Registry to xml conversion | 18 Nov 2004 11:22 GMT | 1 |
Are there any samples or example c# programs to map key heirarchies in the the windows registry to an xml file and vice versa?
|
| Headache with namespaces ... | 18 Nov 2004 09:53 GMT | 2 |
I am having trouble with namespaces: Using the .NET System.XML classes, whenever I run an xpath on a file with a namespace, the xpath query returns nothing, but when I remove the namespace from the xml file I am quering, the xpath query works.
|
| encrypting XML fragments using WSE2.0 | 18 Nov 2004 01:12 GMT | 1 |
I have a need to encrypt specific xml elements in a document and haven't been able to figure out a way to achieve this using the WSE 2.0 APIs. Please note that I do *NOT* want to send encrypted SOAP messages but rather need the ability to encrypt arbitrary xml elements.
|
| WARNING: dotNet 1.1 SP1 breaks XmlTextReader with streams | 17 Nov 2004 23:09 GMT | 2 |
XmlTextReader against a stream no longer works. This breaks the open source jabber-net and other software. Several people have confirmed that what works on dotNet 1.1 fails on dotNet 1.1 SP1. So far, no work around nor hotfix has been found. If you use XML against a
|
| Working app suddenly breaking. Changes to System.Xml.dll? | 17 Nov 2004 23:08 GMT | 3 |
Recent Windows updates seem to have broken our application. It used to run fine but now fails with XmlExceptions when loading a document. We've narrowed the problem to the following: We create an XmlTextReader by passing an instance of our own subclass of
|
| typed dataset and generating xml | 17 Nov 2004 20:25 GMT | 2 |
I had posted this question in donet.framework.adonet but thought it might make more sense here, so I apologize for the duplicate post. I have an XML schema with one of the elements (Sig) having an attribute defined as such:
|
| How do you prevent null elements from being serialized? | 17 Nov 2004 15:51 GMT | 1 |
I am using complex types in order to support serialization/deserialization of floating point numbers, since floating points can't be null. I've seen how to suppress attributes that are "not specified", such as having a float member called Value, and a bool member called ...
|
| Not recognizing namespace prefix | 17 Nov 2004 14:46 GMT | 2 |
I have a schema that I'm trying to read. The schema has an element named 'GrantApplication' and one with a namespace prefix named 'SF424:GrantApplication'. When I try to read this schema in, I get an exception saying 'A datatable named 'GrantApplication' alread belongs to this
|
| New to XML | 16 Nov 2004 21:42 GMT | 2 |
Hey all, trying to cut my teeth on a simple XML parse... getting stumped... In sample#1 I see boxes for "Response:", "A:1" ... as expected, but In sample#2 I see boxes for "Response:", "B:2","C:2", and "Response" In sample#3 I see boxes for "Response:", "A:","B:2","C:2", and ...
|
| Error using XMLTextReader to read XMLDocument | 16 Nov 2004 20:02 GMT | 7 |
I have a Web Service in which I am trying to pass an XMLDocument as a parameter to one of the methods. I would like to use the XMLTextReader to read the XML but I am getting the following error: Value of type System.xml.xmldocument cannot be converted to
|