| Thread | Last Post | Replies |
|
| How to handle empty datetime if read by ReadXML | 30 Nov 2005 23:01 GMT | 2 |
We have a webservice that generates an xml string that has a empty/null datetime field (<OurDate></Ourdate>). When we use ReadXML read in the serialized string we get the error: "string not recognized as a valid datetime"
|
| How to serialize number to specific format | 30 Nov 2005 22:55 GMT | 1 |
In the code I use for serialization/deserialization is the following: [XmlElementAttribute(Form=XmlSchemaForm.Unqualified)] public Decimal valArcBegAngle {
|
| App Architecture ? | 30 Nov 2005 22:53 GMT | 1 |
I am creating two services. One downloads XML streams from WebSphere MQ into a SQL2K database, the other uploads XML Streams into Websphere MQ from SQL2K. The upload service polls SQL2K every couple of minutes for uploads. If there are uploads I create an ADO Dataset that I must ...
|
| XSL Sort | 30 Nov 2005 21:56 GMT | 1 |
I am trying to sort something using XSLT. I am going to give examples. Original.xml <Root> <Car>
|
| Suppressing DTD look-up via web access when loading XmlDocument | 30 Nov 2005 20:58 GMT | 7 |
In one of our test suites we load an xml document (it's actually .svg). I'm trying to find some way of stopping the eventual call to HttpWebRequest.GetResponse which I presume it's doing when going to get the DTD at "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd".
|
| Use of classes and datasets generated with xsd.exe | 30 Nov 2005 18:58 GMT | 1 |
these are my first steps with vs2005 (and xml at all), so please be patient with me :-) Here is what i'm trying to achieve: Given a xml file with the following structure (simplified):
|
| Web services, SOAP and harness applications | 30 Nov 2005 13:21 GMT | 1 |
Hi all, im pretty new to .NET development and have some question I hope some nice people here can help me with. Just to point out im not new to programming, just .NET, as such some of the concepts and libraries that are available for use may need to be clarified.
|
| xmlns:g - base.google.com namespace problem | 29 Nov 2005 21:06 GMT | 2 |
I found some sample code to construct an rss feed and am trying to modify it to match Google's specs at: http://www.google.com/base/rss_specs.html, but without knowing much about XML. Their samples show the namespace declaration in the rss tag, I tried it both
|
| CPU hangs when Deserializing | 29 Nov 2005 18:25 GMT | 3 |
OK, Here is the issue: I have a string of XML that has been validated against the XSD. This XSD also created a class called XMLRequest (using xsd.exe). When I attempt the following code, my CPU is zooming to near 100%
|
| xsd.exe and <xs:list> | 29 Nov 2005 18:23 GMT | 1 |
Does anyone know if xsd.exe in .NET v2.0 supports <xs:list> in element types? Thanks. Jon.
|
| XmlNode Enum Test | 29 Nov 2005 04:51 GMT | 2 |
Is there a way to test if an XmlNode represents an enum?
|
| Inherit from XmlDocument? | 28 Nov 2005 17:31 GMT | 1 |
I have a class that contains a certain kind of XML document. The input file is *not* an XmlDocument, but when loaded, I want it to work like the XmlDocument class, like: MyDocument doc = new MyDocument();
|
| XML-Problem with Visual Studio | 28 Nov 2005 12:35 GMT | 2 |
Hi group, I'm facing a visualisation problem with XML in VS (.Net 2003): I have a resx-file with all my resource strings in it for internationalisation of my programm.
|
| Xpath newb question | 25 Nov 2005 05:07 GMT | 3 |
I'm trying to integrate an xml document into a vba application, and I'm pretty new to xml and xpath. I have the following xml document: <Chart> <Account>1000.10 <Department>10</Department>
|
| XML Deserialization | 24 Nov 2005 16:58 GMT | 2 |
I am facing this strange problem, we are receiving xml documents from Siebel which I am trying to deserialize into class objects for further processing. The encoding of the document is utf-16 and siebel will post it to an asp.net page, where I retrieve it as binary and convert ...
|