| Thread | Last Post | Replies |
|
| Async Web Service Abort Question | 05 Nov 2004 19:44 GMT | 2 |
We are working in C#/Winforms and are using asynchronous client-side web service calls (the Begin... and End... methods supplied by the web reference creation). Many of these calls are contained in Windows forms that the user can close before the web service call has completed. ...
|
| Why is XMLSchema namespace so different than my custom namespace? | 05 Nov 2004 15:38 GMT | 1 |
Below is a snippet that I'm sure is quite familiar to most ... <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" Here, I've given the XMLSchema namespace the prefix 'xsd', and with that, I can reference datatypes within the XMLSchema namespace ...
|
| Insert/Update tables in a database with relational data from an XML file | 05 Nov 2004 09:23 GMT | 1 |
Could anybody just point me in a direction where I can find information on how the heck I can update a database with relational data from an XML file. I use stored procedures to insert the data. And I am NOT storing the xml
|
| Need Help With Detecting Element Block "Exit" | 05 Nov 2004 03:50 GMT | 1 |
Hi, all. This should be pretty easy: When parsing my XmlDocument object with a validating reader, what's the proper way to detect when it
|
| XmlSerializer and object typeinfo | 04 Nov 2004 16:43 GMT | 1 |
I have a class public class Setting { [XmlAttribute("name")]
|
| programatically remove namespace from XmlDocument | 04 Nov 2004 12:42 GMT | 2 |
I'm writing a program that loads an xml document, modifies it, validates it with an xsd schema, then send it on to another application for processing. I have no control over this aplication. The problem is this: for some reason, this application rejects any xml
|
| how to apply xslt to XmlDocument | 04 Nov 2004 12:17 GMT | 3 |
Can someone answer this probably obvious question. I have an xmldocument that i want to apply an xslt file to. All the examples i find assume u are applying the xslt to an xml file you've read in.
|
| Special characters in xml from dataset | 04 Nov 2004 09:33 GMT | 2 |
Hi, When I write out my typed dataset to an xml file on disk, I can not open it in my browser, because my data contains characters like "ä","ë" and "é". Is there a way to solve this?
|
| How do you use a XSD to create a XML document? | 03 Nov 2004 22:24 GMT | 5 |
Is it possible to load a XSD and loop throw the nodes and attributes that you whant filled out, and then generate a XML instance with the trees and data that you have filled data in? And how do you do that?
|
| Strongly typed dataset for hierarchical data | 03 Nov 2004 21:27 GMT | 1 |
I'm trying to create a simple XML structure for storing tree-stryle data for a forum-like software, e.g. each post will have a body field, the ID of the user who posted the message, and zero or more subposts(replies). Thus it would allow for unlimited depth of subposts.
|
| Using XSD stored in assembly resource with includes | 02 Nov 2004 19:28 GMT | 2 |
I am trying to validate an XML file against an XSD that is stored in the assembly as an embedded resource. I can get it to work as long as the XSD does not include other XSDs. After a fair amount of searching, I have found 3 possible solutions but none have worked for me. They ...
|
| Transformation objects in .net add carriage returns to empty elements | 02 Nov 2004 15:30 GMT | 1 |
Is there any way around this short of telling the xmlwriter not to indent? I have a process that send an xml doc to a cust who changes some data and returns it. It gets rejected on the resubmit because of the problem below. I have an xslt trans. I am transforming it with the .net ...
|
| Compiling dataset using an XSD that has import and include tags | 02 Nov 2004 15:21 GMT | 1 |
Hi,I am trying to create a DATASET object using an .xsd file that has an import tag. The imported .xsd in turn has an include tag for another .xsd. Is it possible to create a dataset based on such an xsd using the XSD.exe or are there any other tools available for this? FYI, the ...
|
| XPath returning multiple nodes. | 02 Nov 2004 13:11 GMT | 1 |
Is it possible to create an XPath query that will return both the First and Last names using the following as an example? <Data> <Emp>
|
| XmlDocument.Load modifies files ? | 02 Nov 2004 11:31 GMT | 1 |
Hello group, Why, when I execute the c# code on the xhtml validate file, the program insert a couple of hooks at the end of this line ? ....DTD/xhtml1-transitional.dtd"[]>
|