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

Filter by week: 1 2 3 4 5

Illegal characters in path
Posted by GaryDean at 3/30/2007 2:51:52 PM
I'm getting an XML dataset from a web service passed as a string. I then do XmlDocument myXmlDoc = new XmlDocument(); myXmlDoc.Load(mystring); This causes an exception: Illegal characters in string. the string contains <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<validate>\n\t\t\t\t\t<er...more >>

XML/SOAP Serilaiztion and Generic Collections
Posted by DXRick at 3/29/2007 3:34:04 PM
I have a class (UserAccount) that uses a List<T> to contain a collection of Account classes. The Account class uses a List<T> to contain a collection of the account items. If the Account class is a checking account its List<> collection contains instances of the CheckItem class, which repres...more >>

How to use xmlwriter to add an attribute to any element?
Posted by darrel at 3/29/2007 11:45:14 AM
I want to make my XML as such: <parentItem> <childItem attribute="myAttribute">myContent</childItem> </parentItem> I thought I could just do this: objXMLWriter.WriteElementString("childItem", "myContent") objXMLWriter.WriteAttributeString("attribute", "myAttribute") But...I get an ...more >>

What versions of XSL are supported by what versions of ASP.net?
Posted by darrel at 3/29/2007 9:31:20 AM
At the moment, I'm doing some XSLT (1.0) work in ASP.net (1.1). There's some features I'd like to use that apparently are found in XSLT 2.0. Does ASP.net 1.1 support XSLT 2? What about ASP.net 2.0? EXSLT was also mentioned. Does ASP.net support that? -Darrel ...more >>



DevelopmentNow Blog