| Thread | Last Post | Replies |
|
| Can't understand schema validation error | 02 Mar 2006 19:03 GMT | 11 |
I'm using a 2.0 XmlReaderSettings object with setting.ValidationType set to ValdationType.Schema to validate a document against a schema. Following is a schema fragment (names altered): <xsd:element name="Stuff">
|
| Import XML into Word Document | 02 Mar 2006 15:28 GMT | 2 |
today I read an Article on MSDN on how to create Word templates that use XML schemas. The Articel is called "Creating and Applying an XML Resume Template in Microsoft Office Word 2003" (http://msdn.microsoft.com/office/understanding/xmloffice/codesamples/default ...
|
| Unable to generate Proxy for web service; multiple typed Dataset p | 02 Mar 2006 03:10 GMT | 1 |
I have a web service which accepts three Typed dataset parameters and I return back two of them. The datasets use a secondary schema (the schema is imported using include tag). While generating the proxy, the schema of the dataset generated in clubbed into one and the signature ...
|
| Confusing Error Using Visual Studio 2005 - Newbie | 01 Mar 2006 21:16 GMT | 1 |
Please bear with me on this as I'm still relatively new to XML technology. I am following some sample code and getting an error that states an attribute has not been declared. The attribute in question is part of an inner namespace as follows:
|
| How to retreive deepest XPath value from XML using VB.NET | 01 Mar 2006 18:15 GMT | 3 |
Does anyone know how to retreive deepest XPath value from XML document by using VB.NET? For example, if I had an XML file like this: <Root> <Customer> <Name>MyName</Name>
|
| Problem with XmlDocument | 01 Mar 2006 13:42 GMT | 3 |
Before that nothing I want to ask for excuses for my english level. The problem that I have is the following one: I have a file xml with "encoding=ISO-8859-1" and accents. When in VB.NET, in a Form I write:
|
| How do I properly add a custom section to my Web.Config? | 01 Mar 2006 04:58 GMT | 3 |
If I add my own section to my Web.Config file of my (2.0) web service project (and refer to it by adding a "section" sub-element to a "configSections" element, I then get information messages ("Could not find schema information for the element"...) for every custom element
|
| DateTime format from XML in ADO.NET | 01 Mar 2006 00:58 GMT | 2 |
Hi Group, I would like to have "dd-MM-yyyy" in my XML datatime fields, but I am getting 2005-02-25T00:00:00. Is there an trick to DataSet.WriteXMl that creates the wanted format?
|