| Thread | Last Post | Replies |
|
| About xml namespace. | 31 Jan 2008 13:01 GMT | 2 |
I am new to this xml specifically saying Atom syndication, and getting confusion with the URL used in the namespace. What it signifies? I tried copying the URL into address bar, its giving page not
|
| how to get .net to wsdl fully qualified xml ? | 30 Jan 2008 17:05 GMT | 1 |
we have a java webservice which requires the xml in the soap body to include the ad: bit <ad:ArrivalsDeparturesQuery xmlns:ad='http://www......"> but the wsdl generated class in .net produces it with out the ad: part
|
| Serializing an entity. I want a string property to come out as XML | 30 Jan 2008 16:55 GMT | 2 |
I have a big entity class and I want one of the fields that calls a method to return string xml to stay as xml after serialization. IE: [XmlElement("myelement")]
|
| Cracked software fastest download | 29 Jan 2008 09:13 GMT | 3 |
We provide cracked softwares, these software are all in english language and absolutely full cracked. They are best softwares and best price. The list is not full, any more need, please mail me: sosayoyo@hotmail.com Karnaugh.Minimizer.v1.5 (1CD,1.5M)
|
| How to pass xml inside xml to an xslt | 28 Jan 2008 11:56 GMT | 1 |
I have an xslt. The input to the xslt is a dataset. In that dataset, in one of the datatables' column I am stroring xml data using XmlDocument. Now, when I transform this xslt in c# I get the following error: "Unexpected XML declaration. The XML declaration must be the first node ...
|
| linq nested xml | 26 Jan 2008 14:32 GMT | 1 |
i'm using linq to load an xml structure into my classes. the xml consists of the same node nested for multiple levels e.g. <node id="node_id01" name="node 01"> <node id="node_id0101" name="node 01 01">
|
| Validation of a stack of XSD files (.NET 2.0) | 25 Jan 2008 16:45 GMT | 7 |
I'm having a problem working out the classes and settings required to do this validation: There is a folder tree structure of 70+ XSD files that has a start point (parent XSD) which relates to all of the others via include or import. Of
|
| XML Validation against XSD | 25 Jan 2008 06:38 GMT | 4 |
Hi, I already broke my head searching for a solution to this error with no luck. That's why I'm requesting you guys help. I have one xml that I want to validate against a xsd: XSD:
|
| Problems with special characters in XML | 24 Jan 2008 16:44 GMT | 5 |
I would like to read out an XML file using the XMLDocument object writing the simple code: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(file);
|
| XMLDocument vs XPathDocument in .net 2.0 | 24 Jan 2008 13:22 GMT | 1 |
In .net 1.1, I used XPathDocument for read-only access to XML (specifically transforms) because there were major performance differences between that and XmlDocument I read that in .Net 2.0 MS concentrated their efforts on improving
|
| XML editor - what can they do? | 23 Jan 2008 23:34 GMT | 3 |
I there an editor that produce automatic XML code, in the same manner that Frontpage produce html. How about the XSL stylesheet? Is there an automatic stylesheet generator for the corresponding XML?
|
| Problem reading gmail atom feed in .NET | 23 Jan 2008 16:14 GMT | 6 |
Hello, I am trying to reader gmail atom feed like this (username&password are mine of course): XmlUrlResolver resolver = new XmlUrlResolver(); resolver.Credentials = new NetworkCredential("username", "password");
|
| "The 'maxoccurs' attribute is not supported in this context" | 19 Jan 2008 11:51 GMT | 2 |
I'm trying to load some XML into a dataset with C# but I have an issue with the schema. I'm using exactly the same code to successfully load other XML. The only difference is in the XML I'm trying to load it has: xs:choice maxoccurs="unbounded"
|
| Create XSD (or something else) from XML to validate | 19 Jan 2008 07:15 GMT | 1 |
Hello everybody, here is my question (sorry for my english) I know I am going to receive some xml´s. I know the structure they are going to have. As an example:
|
| Editting an XML file | 17 Jan 2008 22:06 GMT | 9 |
I am fairly new with XML. I am using Compact Framework 1, targetting a pocketpc. I have an xml file that due to its structure, cannot import into a dataset. (Its structure is fine, just with nested tables causing probs). So, I am
|