| Thread | Last Post | Replies |
|
| Handling Double Quote in Xml | 30 Sep 2003 20:01 GMT | 4 |
How Can I handle the Double Quote in xml when i am trying to write the Xml File From XmTextWriter Class in System.Xml NameSpace When I try to Write DoubleQoute(") From dataSet to xml File
|
| IDeserializationCallback and XmlSerializer | 30 Sep 2003 14:44 GMT | 4 |
Is there a way to utilize the IDeserializationCallback interface with the standard XmlSerializer? It does not appear to be supported in this context. IDeserializationCallback works fine when used with the
|
| Adding new root element | 30 Sep 2003 09:15 GMT | 2 |
I have an xml document that may look like this <Stuff> <SomeStuff></SomeStuff> </Stuff>
|
| XSD inheritance | 30 Sep 2003 04:27 GMT | 1 |
can xsd.exe generates runtime classes from an XSD schema containig a super-class and a derived-class? <MSDN>Xsd.exe only allows you to manipulate XML schemas that follow the XML Schema Definition (XSD) language
|
| sqlxml installation | 30 Sep 2003 03:52 GMT | 1 |
Does anyone know how to get the managed classes for sqlxml loaded? I can not seem to get them to load. Thanks norm
|
| ASP.NET Caching XML | 30 Sep 2003 02:31 GMT | 2 |
In the world of MSXML 4.0 - one of the techniques used was caching the DomDocument in the application cache with ASP. Updates made to individual nodes could occur concurrently. Is this still possible in .NET? Or is the a better design to use.
|
| BUG in xsltTransform.Load: XsltContext is needed for this query because of an unknown function. | 29 Sep 2003 20:30 GMT | 3 |
When Trying to Load an XSLT File with the XslTransform i got a rather annoying Exception being thrown "System.Xml.XPath.XPathException: XsltContext is needed for this query because of an unknown function." It was annoying because I had checked created the whole document and ...
|
| Strange problem when deserializing! (code include, long!) | 29 Sep 2003 19:22 GMT | 1 |
I implemented a composite pattern which should be serializable to xml. After spending some time in the newsgroups, i finally managed serializing, even with utf-8 instead of utf-16, which causes ie problems. But when deserializing the xml into the object structure,
|
| Try these critical patch from MS Corporation | 29 Sep 2003 16:58 GMT | 1 |
Microsoft Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Errors Deserializing Soap Response | 29 Sep 2003 14:18 GMT | 5 |
when receiving a soap response posted back from a server i get the following error when deserializing the soap message. The problem seems to be with the item-collection of the nightlyrate-Array. [InvalidCastException: Cannot assign object of type
|
| Namespaces & .NET XPaths | 29 Sep 2003 11:41 GMT | 3 |
Just out of interest - is there an easier/quicker way to retrieve values via Xpath when namespaces are used? At the moment I seem to need a lot more lines of code to do something I thought was fairly standard? Of course I can just wrap the calls up into a
|
| trouble validating against xsd | 29 Sep 2003 11:34 GMT | 4 |
I have an xsd file that I'm trying to use to validate some xml against. I'm hoping this is a simple problem, but I just don't see it. I get the error "The 'role' element is not declared." when trying to validate this xml: <users>
|
| XsltContext is needed for this query because of an unknown function - Thrown While Loading | 28 Sep 2003 08:35 GMT | 1 |
The Following is an Error I am getting using VS.NET 2003. When I bind the XML and XSLT Document together in Internet Explorer it works fine. However when I attempt to Load the File with the XSLTTransform.Load it raises this error. I have attempted to use a DNS Resolver hoping ...
|
| Using XML file as Storage | 27 Sep 2003 19:49 GMT | 1 |
My WinForms app store some kind of data in a structured way... don't need a database to store that, so I was thinking about store this in a XML file... I would like to know what's the best method to read/write XML files... In preview, I'm using DataSets and ReadXml/WriteXml methods. ...
|
| About DTD Entities | 27 Sep 2003 19:32 GMT | 3 |
I have a few questions about DTD ENTITY. I would appreciate any help. 1. Is there any equivalent of this in xsd? Suppose I want to use the same string in multiple places in an xml file, is it possible to do without DTD entities?
|