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 > march 2005 > threads for march 29 - 31, 2005

Filter by week: 1 2 3 4 5

Loading XSL
Posted by James Doughty at 3/31/2005 11:55:22 PM
Hi, I know how to load a XSL from a file and make it do the XSL Transformations acrooss my document. Here is what I need to do. I need to load the XSL not from a file but from a string, which is stored in a sql server table. I know the XSL in the table is corret since it's what I used about...more >>


XmlDocument
Posted by Z at 3/31/2005 4:49:03 PM
Hi, I am using the XmlDocument class in my program. I fount there are no methods like GetAttributesByName or GetTagsByName, so I had to write my own (not very hard). I am a bit surprised that methods like (frequently needed) this do not exist. As I do not have much expirience I wonder if t...more >>

Access XmlSchema properties?
Posted by Chris at 3/31/2005 9:01:02 AM
I'd like to be able to access the elements in an XSD/XmlSchema object to determine things like the datatype. Can this be done without explicitly running validation on a document? Can I programatically access the elements via an XmlSchema object to determine datatype (or other properties)? T...more >>

sorting a xmlDocumnet
Posted by moital at 3/31/2005 8:25:13 AM
i am looking for a c# way to sort an xmlDocument notes the input of the function is a xml as string, and a path of the to be sorted nodes and the attribute to sort by as any one implement something like it ? -- moital ...more >>

Serializing private members
Posted by Gregory Khrapunovich at 3/31/2005 6:41:35 AM
Hi, I have a class that contains user configuration settings and I would like to save it on disk when program exits and restore data when program starts. XmlSerializer seems like a natural choice. And it works fine. There is only one problem. All members of the class must be declared publ...more >>

Checkboxlist with XML
Posted by me at 3/29/2005 11:07:05 PM
Hello, I have a novice question: How do you populate a checkboxlist with XML data? TIA ...more >>

Namespace Question
Posted by John Jenkins at 3/29/2005 8:46:41 PM
I sent this question in before, so apologies. I have a number of schemas which I add into a schema collection. A number of the schemas define types, the others contain business context message details (e.g. updating an employee etc). The schemas which define general types have their own namesp...more >>

easy: readxml() with basic.net
Posted by Steiner Hubert at 3/29/2005 8:10:23 PM
hello, i use this code: Dim ds As New DataSet ds.ReadXml(Me.txtImportFile.Text) at the readxml line i have the following error: "FormatException" please help ...more >>



parent child relations
Posted by Jonathan Crawford at 3/29/2005 6:57:39 PM
Hi I have an xml schema with a customer/order master child relationship managed by a dataset In the windows form I have the customer fields bound to the customer node and a datagrid for the orders My problem is that the relationship in the schema is not carried onto the form I would ...more >>

XML Serialization Help
Posted by Jeff T. at 3/29/2005 8:37:16 AM
Hello, I have an existing set of C# classes that encapsulate our application data. They are in a heirachy with each subclass defining more specific types of data. I would like to serialize these data objects as XML but perserve the relationships in the XML document. For example, if my classe...more >>


DevelopmentNow Blog