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 / August 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
XmlTextReader Problem - ServicePoint ConnectionLimit ArgumentOutOfRangeException31 Aug 2004 11:02 GMT3
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 save31 Aug 2004 07:32 GMT3
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 GMT4
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 GMT3
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 Schema30 Aug 2004 21:09 GMT1
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 needed30 Aug 2004 21:03 GMT1
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 GMT1
(Type your message here)
--------------------------------
From: Aravind G
Hello all,
send parameter to XSL30 Aug 2004 13:40 GMT4
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 ranges29 Aug 2004 16:29 GMT1
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.NET29 Aug 2004 16:21 GMT1
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.Value29 Aug 2004 02:26 GMT3
I've loaded the following xml into an XMLDocument object:
<?xml version="1.0" ?>
- <Preferences>
 <Institution>Argh</Institution>
XMLnodelist and XPATH Problem27 Aug 2004 21:53 GMT1
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 HTML27 Aug 2004 14:19 GMT2
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 Select27 Aug 2004 09:47 GMT2
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/ Namespace26 Aug 2004 23:43 GMT1
I have the following XML document.
<?xml version="1.0" encoding="utf-16"?>
<xd:xmldiff version="1.0" srcDocHash="6067335156532207495" options="None"
fragments="no"
Pages: 1 2 3 4 5 6 7 July, 2004
 
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.