| Thread | Last Post | Replies |
|
| Serializing descendants of generic collections | 31 Aug 2007 15:14 GMT | 2 |
Can anyone explain why the following program doesn't work? The attributes and elements of the MessageList class are not being generated. Am I doing something incorrectly? Or if this is a bug in .NET, is
|
| guidance on writing XML | 31 Aug 2007 13:25 GMT | 5 |
I'm creating some XML documents in my C# .net 2.0 code. To date I've mostly only read XML. Now I'm writing it and I'm struggling to figure out the best ways to do it and the best classes to use. Essentially I'm starting with a XML file that contains the root and start and end ...
|
| Cognos XML-Schema - How to read? | 29 Aug 2007 23:48 GMT | 2 |
Hi ng, I can't handle this XML-Schema (below) I want to access the data like "Select Name from DATA". <?xml version="1.0" encoding="utf-8"?>
|
| How to select parent based on a child value via XPath? | 29 Aug 2007 23:25 GMT | 1 |
Here is sample XML: <Root> <A> <B>
|
| Decoding XML response in VB .NET | 28 Aug 2007 21:13 GMT | 5 |
The following is the SOAP response from my customer 's intranet based web service. From my VB app I call: Response = getOrdersForDateRange(94, #8/28/2007#, #8/29/2007#) and this is what comes back:
|
| Robust deserializer - Handling errors in XML | 28 Aug 2007 12:00 GMT | 1 |
I am using XmlSerializer to deserialize XML, and sometimes have to deal with legacy files with slight differences, for example "yes" where "Yes" is expected, i.e. Expected: <Enabled>yes</Enabled> Actual: <Enabled>Yes</Enabled> This causes an ...
|
| Annotated XSD mapping of unary tags | 28 Aug 2007 11:54 GMT | 1 |
I am trying to export SQL data using SQLXML4.0 and annotated XSD. The XSD was provided by our vendor and contains definition for choice and unary tags. Structure is something like xsd:complexType -> xsd:choice -> xsd:element type="unary".
|
| What is the correct way to do an XSL Transform .Net 2.0 | 28 Aug 2007 11:52 GMT | 1 |
We just switched one of our larger applications from using .Net 1.1 to .Net 2.0. The XMLDocument XMLMainDoc is used heavily in the application. One place we use it is in sending HTML emails. We transform XMLMainDoc against some XSL and send the results as an
|
| XPath and namespaces | 27 Aug 2007 18:30 GMT | 4 |
Hi; First off, I think I still do not understand exactly how we are supposed to handle namespaces when doing xpath queries under .NET so I may have some bad assumptions here.
|
| Generate typed DataSet from XML or create typed DataSet from xsd? | 27 Aug 2007 17:53 GMT | 2 |
I can easily create an xsd from an xml file in Visual Studio 2005. But I want a typed DataSet, so is there an option to create that typed DataSet from the xsd or the xml file? I need many such typed DataSets so I don't want to create them from scratch.
|
| How do I access a reference in XmlSchema? | 26 Aug 2007 03:26 GMT | 4 |
I have an xsd: <xsd:element name="comment" type="xsd:string"> <xsd:annotation> <xsd:documentation>hi there</xsd:documentation>
|
| Which is the root element | 26 Aug 2007 03:26 GMT | 4 |
Hi; I have an xsd that has: <xsd:element name="purchaseOrder" type="PurchaseOrderType"/> <xsd:element name="comment" type="xsd:string"/>
|
| DirectoryNotFoundException: app is looking in bin\x86\Debug for my xml file | 23 Aug 2007 18:03 GMT | 6 |
Is there a way, during development, to make it so that you can have the XML file in the same folder in which the bin folder is found? It seems crazy to me that during Debug that it is looking in the bin folder if it isn't putting it in that bin folder.
|
| Writing to windows registry using XML.... | 23 Aug 2007 12:43 GMT | 1 |
I have query regarding the registry. Is it possible to write it to windows registry using the XML? if yes then what is the API or tag used to write it. I am just a beginner in XML.
|
| Input caching within Global.asax | 23 Aug 2007 08:56 GMT | 17 |
Not sure if this is better put heree or in some IIS6 NG. I have put input caching into my global.asax file. Code listing below. I put a file dependency on the cache. My issues is, my log file gets an entry when Application_Start gets
|