| Thread | Last Post | Replies |
|
| Line Breaks in XML element value | 12 Jan 2004 16:52 GMT | 1 |
I am using the XPathNavigator.Value in .Net to get the value of one of the elements(say "Notes") from my XML ? The value contains lots of "line breaks" and "spaces". <notes>
|
| Serializing a class | 12 Jan 2004 16:17 GMT | 6 |
I'm trying to serialize a class I have and have been getting: An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll There was an error reflecting type MyClass.
|
| Carriage Return in WebMethod parameters | 12 Jan 2004 14:33 GMT | 3 |
I have this problem. I am sending as a parameter for a webmethod a string containing '\r\n' sequences. For some reason, when I debug my webmethod, the paramter is received with the carriage return characters ('\r')
|
| SelectSingleNode fails | 12 Jan 2004 01:45 GMT | 1 |
I'm trying to get the value of a single node using SelectSingleNode and I get the NullReference Error. Example: I want to get the URL in the HTML element but the GetHTMLPath() function fails on the objNode line.
|
| object serialization array at base level | 11 Jan 2004 03:15 GMT | 3 |
I am trying to use serialization to get an XML document in the following format <allevents> <event>
|
| Beginners problem with namespace/schema? | 10 Jan 2004 12:17 GMT | 6 |
I have used xsl to transform xml from sqlserver in and it works fine now i have a webservice that uses a dataset to get the data and return it as xml like the code below
|
| XSD | 09 Jan 2004 23:41 GMT | 3 |
I have an XML that when I try to create an xsd schema for it it would error out and say something about duplicate keys. Does that mean that the XML is bad? Thanks
|
| Problems with AddExtensionObject | 09 Jan 2004 17:05 GMT | 3 |
My problem is very simple but I can think of no workaround: I have an object made with C# with a method using a params parameter (signature is string (int,int,string,string,string,string,params string[])). I
|
| Validating inherited types XML Schema | 09 Jan 2004 13:59 GMT | 2 |
I'm trying to write a schema that allows me to substitute entensions for a base type. The schema (included below) defines a StepType and an AnnouncementStepType that is an extension of the base type. Unfortunately, my XML example fails validation. When I omit PromptID,
|
| validating a SOAP message using XMLValidatingReader | 09 Jan 2004 13:40 GMT | 4 |
I have created a schema to vallidate SOAP messages the first couple of lines are as follows: <?xml version="1.0" encoding="utf-8" ?> <SOAP-ENV:Envelope xmlns:SOAP-
|
| Typed Data Set and relations | 09 Jan 2004 13:08 GMT | 1 |
I've a fairly complex schema which I'm trying to create a typed data set for. I've had a number of issues to date but it is sort of working (e.g. elements are not considered nullable unless minOccurs="0" is present. If not the
|
| XML Schema and document in Visual Studio | 09 Jan 2004 04:08 GMT | 1 |
I'm trying to create a simple Schema and associated document in Visual Studio that will store information regarding units and conversion (meters, feet, inches, degrees C, F, K, etc.) I create a schema and then add a new XML document, set the reference to the
|
| XmlReader and Validation | 08 Jan 2004 16:51 GMT | 1 |
I have an application that reads through an XML document and validates it against a DTD. During the read of the document I look at difference aspects of the document by looking at XmlNodeType. I have run into a snag though when an element is empty and written in what I call ...
|
| XML namespace specified and can't find element | 08 Jan 2004 13:55 GMT | 2 |
I have a very simple XML document. <SmtpGatewayRules xmlns="http://www.foo.com/schema.xsd"> <rules> <rule>
|
| .Net Web App (client) / Web Service XML (server) HTTP Post | 08 Jan 2004 12:41 GMT | 4 |
I think I have confused myself with reading all the articles on XML so I am hoping someone can point me in the direction for each piece of the project I am trying to develop. 1st Step - I need to have a Web app that will create an XML stream and send
|