| Thread | Last Post | Replies |
|
| easietway of writing to an xml file | 12 Nov 2004 17:12 GMT | 2 |
what is the easiest way of changing the value of an element in an xml file using C#? thanks for your help. ALI
|
| xsd.exe problem | 12 Nov 2004 16:19 GMT | 2 |
I get the following error when I run xsd.exe on my xsd file: "It is an error if maxExclusive is among the members of {facets} of {base typ e definition} and {value} is greater than or equal to the {value} of the parent
|
| xls-fo rendering | 12 Nov 2004 15:44 GMT | 1 |
i was wondering whether microsoft will support xsl-fo rendering/printing in upcoming releases of msxml or the .net framework (like a fo-processor library or something similar)? did someone hear any rumours or does somebody know sg about it?
|
| using XPathNodeIterator | 12 Nov 2004 15:43 GMT | 2 |
I am writing an ASP.NET web applications which uses an xml file to display html content on the web pages. My problem is that using the Value property of the current object of the XPathNodeIterator cuts out the embedded html tags.
|
| RemoveChild question | 12 Nov 2004 12:11 GMT | 5 |
I want to remove a node from a nodelist by using RemoveChild. I'm using the following code: XmlNode root = Xml.DocumentElement; XmlNodeList items = root.SelectNodes("Item");
|
| Validation of xml document at load time. | 12 Nov 2004 09:00 GMT | 3 |
I am using xml serialization to generate my xml document. I am getting the data as stream of memory and then converting it to xml document object without saving it to the file system. How do I validate this memory stream of data at load time with xml
|
| Object reference not set to an instance of an object. | 12 Nov 2004 08:03 GMT | 2 |
I have some code which simply reads a RSS with the XmlTextReader and XmlDocument. Unfortunaly I get the error: Object reference not set to an instance of an object. Here is my simple code:
|
| Merging XML files with identical schemas in C# ? How to? | 11 Nov 2004 09:48 GMT | 3 |
Hi! I also asked this question in C# group with no results: I have 2 datasets loaded with data from two xml files having the same schema. The files contain data from yesterday and today. I'd like to merge
|
| Create XML Document given an XSD | 10 Nov 2004 18:44 GMT | 2 |
Does .Net framework provide a way to create an XML Document based on an XSD? I know that there may be an issue with the data inside it, but it doesn't have to be a valid XML document to start with and then the user can fill in the blanks.
|
| Converting xml to another format of xml using ASP.NET | 10 Nov 2004 17:24 GMT | 2 |
I need to convert xml that we get from sqlserver For xml auto to my own xml format using asp.net classes. Any ideas and suggestions would be appreciated. Thanks in Advance
|
| Array to Xml to DataSet | 10 Nov 2004 15:32 GMT | 2 |
I have an array of objects (my own custom class). I'm trying to convert that array to a dataset. So I serialize the array to XML, then try to load the XML to a dataset. MemoryStream mem = new MemoryStream();
|
| Need an Xpath expression | 10 Nov 2004 10:54 GMT | 1 |
Hi everyone, I'm an xpath newbie and needed help from all of you. I need to get all elements that do not have any children. Is there such an expression?
|
| Urgent! What is wrong with this XML file | 10 Nov 2004 09:34 GMT | 3 |
I have generated this XML from my application. But, when I open this XML, it is throwing error. Please help me to resolve this. <?xml version="1.0" encoding="utf-8" ?> <searchResults>
|
| Strange error | 10 Nov 2004 06:49 GMT | 1 |
I am trying to a load a RSS with some really simple code. However when I run the code I got this error: '', hexadecimal value 0x1F, is an invalid character. Line 1, position 1.
|
| How do you get the XPath expression of the current node? | 10 Nov 2004 06:37 GMT | 1 |
I am moving through an XML document using an XPath Navigator, and I'd like to be able to get the xpath expression for the location of the current node from the root node. Any ideas how to do this? I was hoping for a property of the navigator
|