| Thread | Last Post | Replies |
|
| Get rid of the namespace | 28 Feb 2005 20:29 GMT | 4 |
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-attributes | 28 Feb 2005 19:23 GMT | 2 |
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 element | 28 Feb 2005 17:39 GMT | 4 |
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 GMT | 2 |
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 Socket | 27 Feb 2005 13:31 GMT | 4 |
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 files | 27 Feb 2005 03:34 GMT | 1 |
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 GMT | 1 |
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 error | 26 Feb 2005 13:20 GMT | 1 |
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 XSLT | 26 Feb 2005 13:19 GMT | 4 |
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.XPathQueryIterator | 26 Feb 2005 13:10 GMT | 4 |
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 GMT | 3 |
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 file | 26 Feb 2005 04:39 GMT | 1 |
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 GMT | 1 |
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 schema | 25 Feb 2005 18:10 GMT | 2 |
I have a simple XML file: <?xml version='1.0'?> <Employee xmlns='urn:MyEmployee-schema'> <Name>
|
| InvalidCastException on adding schema to XmlSchemaCollection | 25 Feb 2005 17:53 GMT | 1 |
I am working with XSD for a while using C# objects ( XmlSchemaCollection , XmlValidatingReader) and have met this problem: Current code demonstrates the problem:
|