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 / October 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XMLDocument from empty DataSet31 Oct 2003 20:21 GMT1
I have WebService that returns
XmlDocument. I made that XmlDocument from DataSet, but when DataSet is empty
I get error:
System.InvalidOperationException: There was an error generating the XML
MSXML Parser31 Oct 2003 20:16 GMT1
Does anyone know where I cna find the 2.x version of msxml
parser. We need it for an older app to work and I can't
find it on the website to save my life!
Any help would be great!
selective validation31 Oct 2003 17:03 GMT1
Hi all, is it possible to validate only a particular node of a XML doc
against an XSD using XMLValidatingReader? Any links to sample code snippets
would be much appreciated.
TIA,
WriteProcessingInstruction formatting problem31 Oct 2003 16:31 GMT4
I have a problem with the
XmlTextWriter.WriteProcessingInstruction method. This
method takes two parameters:
[C#]
Saving XML in Unicode (UTF-16)31 Oct 2003 16:26 GMT1
I need to read from and write to XML file, that is stored in Unicode. With
reading there are no problems, but Microsoft's Msxml2.DOMDocument.4.0 saves
data back to XML file in UTF-8 by default. I can add the string <?xml
version="1.0" encoding="UTF-16"?> and then parser saves it in ...
remove elements from xml file programmatically31 Oct 2003 14:47 GMT1
i would like to remove all elements called say
<CustomerID>
from an xml file
is there an easy way to do this programmatically.
SOAP Document Size Limitation?31 Oct 2003 04:14 GMT1
We have an app that uses web services to pass typed datasets to and from the
client and server.  A couple of these datasets contain fields of type
'base64Binary' because of the need to have the client send the server binary
files (usually images).  We've noticed that if the size of ...
Incorrect node depth with XmlTextReader31 Oct 2003 04:12 GMT4
I'm trying to follow the sample code provided in KB
330597. Incidentally, this is exactly the problem I'm
trying to solve as described in the KB article.
In short, if the input XML has a value in every node
how can I change node name 30 Oct 2003 20:08 GMT4
how can I change the name of XML node?
this is sample
<?xml version="1.0"?>
<adresboek>
Serialization of MethodInfo class30 Oct 2003 11:55 GMT1
It doesn't give any compilation error. At runtime, it
throws exception - 'There was an error reflecting
type 'System.Reflection.MethodInfo'
-------------
Formatting Output Text30 Oct 2003 11:45 GMT3
I'm using Dom to save a hierarchical structure (similar to a tree) to xml
format in this way
   oXmlNode = XMLDOM.createElement("VALUECONDITION")
   'Attribute Name
xs:dateTime <-> DateTime ?29 Oct 2003 15:18 GMT3
I'm reading data from an XML file using the XmlDocument class. Some
elements are of type xs:dateTime. Is there a way to convert a xs:dateTime
value to a standard DateTime object?
Thanks!
Newbie XSD namespace question29 Oct 2003 13:56 GMT1
I have the following XML file:
<Config>
<MyFoo xmlns="http://MyCompany/Foo">
</MyFoo>
List - XML CSS. Numbering problem.29 Oct 2003 13:54 GMT1
When I use "list-style-type:decimal;" in Mozilla I get numbering only with
"zero":
0. aaaa
0. bbb
Error on Trying to Read XML29 Oct 2003 13:52 GMT3
When I try to read the XML I get the error below and highlights this
(Do While MainReader.Read)?
Error:
A first chance exception of type 'System.Xml.XmlException' occurred in system.xml.dll
Pages: 1 2 3 4 5 6 7 8 9 10 September, 2003
 
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.