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 / April 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
NewDataSet root element annoyance14 Apr 2006 22:08 GMT2
How can I change the root element of a dataset written to an xml file.
Even though I specify the name of the dataset both in the constructor and by
calling its property
the root element of the xml file is always 'NewDataSet'
installation of msxml.14 Apr 2006 21:09 GMT1
we’re developing software that uses msxml and i’d like to know what
major microsoft components (.net, mdac, etc.) already install it and
what version of it they install.
System.InvalidCastException: Unable to cast object of type 'System.Xml.XmlDocument' to type 'System.String'14 Apr 2006 20:44 GMT2
I'm writing webervice client using .Net 2.0. I have this class:
[System.Web.Services.WebServiceBindingAttribute(Name = "ValidateBinding",
Namespace = "http://example.org/Avtentikacija")]
public class MyWebService : SoapHttpClientProtocol
problem with element data type14 Apr 2006 20:23 GMT3
I'm using MSXML 4.0 in my application and i have a problem when i try
to retrieve an attribut value with the property
IXMLDOMNode::nodeTypedValue.
in my XML i have the element :
Using XMLDocument to load chinese characters14 Apr 2006 12:18 GMT1
  I am getting an error while loading a file having Chinese characters. I
am using XMLDocument to parse the XML.
Please let me know if you have any idea about the same
Thanks
Xml Schema for Business Objects.14 Apr 2006 09:56 GMT1
Is it possible to get the xml schema of a custom business object, and i
am just interested in getting that  particular complex type :)
for exaample if i have a clas like
public class Person{
Wanting to not add a blank element to the XML13 Apr 2006 11:46 GMT5
I'm serializing a class and some of the elements end up with blank results.
This is fine.  When I serialize the class the elements show up in the
resulting XML as something like
<SigningLicence/>
Programming without XPathNavigator.SelectSingleNode (framework 1.1)12 Apr 2006 14:40 GMT1
Hi, given the following simple XML fragment:
<country>
    <code>ES</code>
    <description>SPAIN</description>
XML deserialization (error)12 Apr 2006 09:03 GMT1
This is what I am trying to do:
FileStream fs = new FileStream("C:\\request1.xml", FileMode.Open);
XmlSerializer x = new XmlSerializer(typeof(PodpisaniDokumentTip));
PodpisaniDokumentTip doc = (PodpisaniDokumentTip)x.Deserialize(fs);
XmlValidatingReader / Default Namespace11 Apr 2006 21:11 GMT1
need some help on following:
xml file 1
<TEST xmlns="http://test" >
    <OK>mlkddflmkj</OK>
Verify an xml file is valid11 Apr 2006 19:33 GMT9
Hi;
What's the fastest way to verify that an xml file is well-formed (and valid
if it has a dtd)? I don't want to pull any data out, I just want to make sure
it is a good file. (When the user selects an xml file to save and use in the
XmlDocument.Save() does not close the file properly?11 Apr 2006 18:34 GMT1
I have a test program that creates 5 threads and each thread uses
XmlDocument.Save(filename) to save a Xml dom to a file. I have put the
lock statement around the Save to prevent from concurrently updating.
However I'm still seeing "System.IO.IOException: The process cannot
XMLDocument serilization date format11 Apr 2006 16:50 GMT3
Hiyas,
Using VS .net 2003.
Setting up a Webservice that accepts 3rd party vendor designed XML requests
and returns a filled XMLDocument with response data.
Element order on serialization11 Apr 2006 03:39 GMT8
Here's a class I'm working with
public class BatchHeader {
public string ScaleSite;
public string FromScaleDate;
Creating HTML from an XML and XSLT11 Apr 2006 02:01 GMT1
Hi, I'm a newbee at XML so I need to ask this.  I have an xml data like
follows.
<?xml version="1.0" encoding="utf-8" ?>
<salesRep repnum="123" orgdate="16">
Pages: 1 2 3 4 5 March, 2006
 
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.