Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / November 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
easietway of writing to an xml file12 Nov 2004 17:12 GMT2
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 problem12 Nov 2004 16:19 GMT2
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 rendering12 Nov 2004 15:44 GMT1
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 XPathNodeIterator12 Nov 2004 15:43 GMT2
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 question12 Nov 2004 12:11 GMT5
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 GMT3
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 GMT2
   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 GMT3
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 XSD10 Nov 2004 18:44 GMT2
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.NET10 Nov 2004 17:24 GMT2
 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 DataSet10 Nov 2004 15:32 GMT2
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 expression10 Nov 2004 10:54 GMT1
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 file10 Nov 2004 09:34 GMT3
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 error10 Nov 2004 06:49 GMT1
   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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 October, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.