Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > dotnet xml > may 2004 > threads for may 29 - 31, 2004

Filter by week: 1 2 3 4 5

XmlElement question
Posted by Timothy V at 5/31/2004 11:59:28 PM
Hi, I have and XmlElement from within an XmlDocument. I wish to RemoveAll() from within the XmlElement plus itself. For example: <Notes> <Note id="n1"> <Info>A message</Info> </Note> <Note id="n2"> <Info>another message</Info> </Note> </Notes> I wish to delete the nod...more >>

which xml access type?
Posted by Timothy V at 5/31/2004 9:21:12 PM
Hi, I'm developing an ASP.NET web app and i'm retrieving some data from xml files. My question is, if an xml file is going to be accessed a page is loaded, should i: 1. use an in-memory XmlDocument (created each time the page is accessed); or 2. use a forward-only XmlTextReader object (cre...more >>

Internal problem on XmlDocument.Load( )
Posted by Whugster at 5/31/2004 3:21:01 PM
I have this really frustrating problem when calling XmlDocument.Load(string filename). Whenever I call this method in a web application in my Windows XP development PC, I get the following error: Specified argument was out of the range of valid values. Parameter name: The specified value must ...more >>

Xml Serialization Intermittent Failure
Posted by Robert at 5/30/2004 6:41:02 PM
We have an ASP.NET site that performs a lot of xml serialization. The serialization occurs in the lbolibrary dll. Occasionally we get an .out file produced in the Winnt\temp folder that contains the following: C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /t:library /ut...more >>

Inheritance in XSD?
Posted by Bill Cohagan at 5/30/2004 12:25:43 AM
I'd like to define a schema that allows, for example, a "table" element that takes on one of two forms distinguished by what attributes are present. For instance, <table foo="3"/> <table bar="5"/> Note that I want to exclude <table foo="3" bar = "5"/>; i.e., using *both* attributes shoul...more >>

XPath - retrieving various elements
Posted by Mike at 5/29/2004 3:51:55 PM
Hi, I am new to XPath and I am stuck with an expression. I would like to = select all servers which the user subscribed to. Here is my XML: <forums> <forum> <name>AAA</name> <subscribed>1</subscribed> </forum> <forum> <name>BBB...more >>

XPath
Posted by Mike at 5/29/2004 3:45:05 PM
Hi, I am new to XPath and I am stuck with an expression. I would like to = select all servers which the user subscribed to. Here is my XML: <forums> <forum> <name>AAA</name> <subscribed>1</subscribed> </forum> <forum> <name>BBB...more >>

Xsd and serialisation
Posted by questions NO[at]SPAM resolutionsnet.co.uk at 5/29/2004 3:09:53 AM
hello, I wonder if anyone can help me. I have used xsd to generate a c# class from an xml file. This class is currently being used in my application and works perfectly ok when stored in InProc session. But when moving to StateServer, it throws the "Unable to serialize the session s...more >>




DevelopmentNow Blog