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 / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get rid of the namespace28 Feb 2005 20:29 GMT4
I've the following code:
writer.WriteStartDocument();
writer.WriteStartElement("n", "Property", "http://www.aaa.com");
writer.WriteAttributeString("xmlns", "j", null, "http://www.bbb.com");      
XPath query problem w-attributes28 Feb 2005 19:23 GMT2
In a C# app I have an XPath query where I am trying to return a single node
based on the value of 2 different attributes.
The xml looks something like this:
<TESTS>
Getting the Attributesd of a single element28 Feb 2005 17:39 GMT4
I'm trying to get the Attributes of an Element in my XML.  
The proces I'm using works fine until I have ELements of the same name.
<TodaysPurchase>
<Order CustNum="123456" CustName="LName"....etc..>
XmlElementAttribute: How to check if it exists.28 Feb 2005 13:24 GMT2
If the WSDL of a web service defines a complextype with the attribute X how
do I examine if X is returned after the call?
Definition:
[System.Xml.Serialization.XmlElementAttribute("X")]
XmlTextReader TCP Socket27 Feb 2005 13:31 GMT4
This is repost from dotnet.general, I have only just found this forum.
I am writting a Jabber-esque client-server application and have run into an
issue with the XmlTextReader constructor when passing a NetworkStream - It
hangs forever, apparently this is an issue with SP1.
FrontPage Table of Contents - .xml files27 Feb 2005 03:34 GMT1
How do I stop the Frontpage publishing .xml files to the Table of Contents.  
Simply selecting 'do not publish this page" in Hyperlinks view doesn't work.  
Deserialization issues, handling integer properties correctly?27 Feb 2005 03:29 GMT1
I'm running into an issue when I'm deserializing an xml file into my custom object.  This issues revolve around integer properties (though I'm sure others would apply).  I have to account for my xml response to be empty (<myintegerfield />), if I simply use one property, I get ...
Detailed COM Interface error26 Feb 2005 13:20 GMT1
I am using .net C# to call a third party application to edit a .xml file.
This is the error the third party application return when I tried to save
after edit.  
Unalble to save: failure writing new data to object tree.
with-param not working in XSLT26 Feb 2005 13:19 GMT4
I'm using msxml4 sp1 to transform some xml.  My template looks like
this:
<xsl:call-template name="rowCounter">
    <xsl:with-param name="max_cols" select="2"/>
Where is documentation for System.Xml.XPath.XPathQueryIterator26 Feb 2005 13:10 GMT4
I am trying to find documentation for the
System.Xml.XPath.XPathQueryIterater object which is being returned
internally in the .Net XSLTransform class and which I cannot find any info.
This object replaces the IXMLDomNodeList object that the MSXML4 XSL Parser
mshtml does not generate valid XHTML?26 Feb 2005 10:47 GMT3
I am generating a (X)HTML page in an IE webbrowser control (housed by a .Net
WinForm application) from a XML file using XSLT (using
Msxml2.DOMDocument.4.0).  When the user clicks a button, control is returned
back to the WinForm application where I use mshtml to get a portion of the
Getting enumerations from an XSD file26 Feb 2005 04:39 GMT1
I am using an XSD to validate XML files. Within the XSD, I am storing some
simple types which are enumerations. In addition to using these XSDs to
validate XML, I would like to access the enumerations to populate some
controls on some pages. Is there any way to programatically ...
how...26 Feb 2005 04:29 GMT1
i have to create an application in C# who read two XML documents from
any file ,compare them by tag"name"and show the difference.Anybody can
give me any instructions or any links about this problem cause I dont
know how to manage with this...Best regards
XML parsing error with schema25 Feb 2005 18:10 GMT2
I have a simple XML file:
<?xml version='1.0'?>
<Employee xmlns='urn:MyEmployee-schema'>
<Name>
InvalidCastException on adding schema to XmlSchemaCollection25 Feb 2005 17:53 GMT1
I am working with XSD for a while using C# objects (
XmlSchemaCollection , XmlValidatingReader) and have met this
problem:
Current code demonstrates the problem:
Pages: 1 2 3 4 5 6 7 8 January, 2005
 
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.