| Thread | Last Post | Replies |
|
| XmlTextReader Problem - ServicePoint ConnectionLimit ArgumentOutOfRangeException | 31 Aug 2004 11:02 GMT | 3 |
Anyone else experience this problem when using the XmlTextReader? (See stack trace below) I've installed the patch from knowledge base article 839588, but it didn't fix it. System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: ...
|
| whitespace in empty nodes after save | 31 Aug 2004 07:32 GMT | 3 |
Loading and saving a xml document in .net creates whitespace in empty nodes! loading an empty node like: <node></node> .net saves as:
|
| xmlns=''> was not expected. | 31 Aug 2004 04:58 GMT | 4 |
Hi guys,Does any1 know what this error is all about, what I am trying to do is deserialize a XML, below is my code, let me know what I am doing wrongpublic class test{xin = "<?xml version='1.0' encoding='UTF-8'?><InSession><PassWord>foo</PassWord><UserName>foo@foo ...
|
| XML/XSD: Show available attribute values from XSD in Intellisense | 31 Aug 2004 03:09 GMT | 3 |
I want to limit the values that can be entered for particular attributes. 1) I have created an XSD from my XML document. 2) I dropped that XSD file into the following directory C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml
|
| root from Schema | 30 Aug 2004 21:09 GMT | 1 |
Hi all, does anybody know how to get all possible roots form XML Schema? I think all elements without parents are possible roots. Is it true?? Thanks, Petr.
|
| XmlSchema classes help needed | 30 Aug 2004 21:03 GMT | 1 |
I am having hard time figuring out how to programmatically construct a schema with following comple type: <xs:complexType name="A"> <xs:sequence>
|
| Usage of // and $ in <xsl:value-of ... | 30 Aug 2004 16:10 GMT | 1 |
(Type your message here) -------------------------------- From: Aravind G Hello all,
|
| send parameter to XSL | 30 Aug 2004 13:40 GMT | 4 |
I have an ASPX file. I want to transform my XML stored in file by XSL (from file too). I successfully use the code below: <asp:xml runat="server" id="myXMLTag" DocumentSource="myXML.xml" TransformSource="myXSL.xslt" />
|
| Problem defining an XSD to validate for overlapping ranges | 29 Aug 2004 16:29 GMT | 1 |
I have a problem to create an XSD that prevents overlapping ranges. Sample XML: <root> <element LowerLimit="1" UpperLimit="50000">
|
| web service / soap header processing in VB.NET | 29 Aug 2004 16:21 GMT | 1 |
I'm trying to do some accouting with a .NET web service. I would like to simply log the request and response times for each web service method invocation. The LogRequest function simply INSERTs request data and the LogResponse
|
| xmlNode.InnerText vs. xmlNode.Value | 29 Aug 2004 02:26 GMT | 3 |
I've loaded the following xml into an XMLDocument object: <?xml version="1.0" ?> - <Preferences> <Institution>Argh</Institution>
|
| XMLnodelist and XPATH Problem | 27 Aug 2004 21:53 GMT | 1 |
I am having a problem selecting nodes using the XMLnodelist Selectnodes using XPATH when I use XML SPY is successfully queries but when is use VB.net it comes up with nothing. Here is my code
|
| Error when using XMLTextReader to read HTML | 27 Aug 2004 14:19 GMT | 2 |
I have some simple HTML I'm trying to read with the XMLTextReader. As in the MSDS examples, I set up a loop to read each XML node: while (reader.Read()) {
|
| Value-of Select | 27 Aug 2004 09:47 GMT | 2 |
Im in a pickle chaps. I need to fetch information out from our raw XML files into a Style XSL sheet. Basically I have the commant <xsl:value-of select="Product/ProductCode"/>
|
| XPath Query w/ Namespace | 26 Aug 2004 23:43 GMT | 1 |
I have the following XML document. <?xml version="1.0" encoding="utf-16"?> <xd:xmldiff version="1.0" srcDocHash="6067335156532207495" options="None" fragments="no"
|