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 > july 2006 > threads for july 29 - 31, 2006

Filter by week: 1 2 3 4 5

need help to figure out what to do with this XML
Posted by Bill Nguyen at 7/31/2006 4:15:12 PM
I ran into errors trying to open an xml file in IE with content as below. I need to access this file using ReadXML in .NET but do not where to start. Can you please tell me what XML files I may need to have access to (DTD, for example) Thanks a million! Bill ------------------- <?xml...more >>


Writing xmlns using WriteAttributeString
Posted by dhurwitz at 7/31/2006 6:17:02 AM
I am trying to create an XML spreadsheet for use with Excel. I first saved a simple spreadsheet as an XML file, and now I am trying to recreate that file in code, using .NET 2.0. The beginning of the XML file should look like the following: <?xml version="1.0"?> <?mso-application progid...more >>

Classes generated by XSD.exe
Posted by David Jessee at 7/31/2006 4:33:01 AM
I have a schema that I've used to generate a class structure vis the xsd.exe utility. I'm having to manually validate the resultant XML since the resultant document is not necessarily compliant with the structure defined by the original XSD. Here's what I'm wondering, though..... I have a...more >>

XML Serialization, collection with parental links
Posted by Oleg.Ogurok NO[at]SPAM gmail.com at 7/30/2006 1:43:08 PM
Hi there, I'm writing a custom collection, which will be referened within a class. Each item within the collection needs to have a link to the parent container class, e.g. Item x; Container c = x.ParentContainer; I basically got the idea from ControlCollection class, where each control ...more >>

Need Help with INI app
Posted by Bob Heitzman at 7/30/2006 1:10:01 PM
I need to store data in, update, and read data from an XML file. An INI structure worked fine: [Zone 01] a= 123 b= xyz c= etc [Zone 02] ..... I've been look around the net and cannot find a simple comprehesive example on how to convert this to VB.Net and System.Xml. Biggest proble...more >>

XslCompiledTransform load compile error
Posted by andrewcw at 7/29/2006 8:53:01 PM
I am moving some code forward from .NET 1.1. I was able to load the XSL file and perform the transform. The MSDN documentation looks like it should be easy. But I get a compile error. Ideas ? How can I share my XSLT ( there are 2 helper stylesheets, and I check that they are also available...more >>

Deserialize object from one line of XML
Posted by Thomas S at 7/29/2006 5:04:50 PM
Any suggestions on how to deserialize an object from one line of XML? I'm trying to deserialize multiple objects from one XML document, each object on one line of the file. The serialization is working, but when I try to read the line back into a MemoryStream, and then to deserialize from ...more >>

XML serialization via XmlWriter creates 3 weird bytes
Posted by Thomas S at 7/29/2006 4:51:52 PM
I want to serialize an object via XmlWriter, but when I serialize to that, 3 strange bytes are added to the beginning of the output (0xEF, 0xBB, and 0xBF) all of which are in the ASCII range (ASCII 239, 187, 191) public static void writeLogItem(LogItem ilog, string lfile) { ...more >>




DevelopmentNow Blog