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

Filter by week: 1 2 3 4 5

Detailed COM Interface error
Posted by katak at 1/31/2005 11:13:02 PM
I am using .net C# to call a third party application to edit a .xml file. This is the error the third party application return when I tried to save after edit. Unalble to save: failure writing new data to object tree. Detailed COM Interface error: 80004005 Then I tried to directly run ...more >>


Faster way to reconstruct XmlDocument
Posted by Zeng at 1/31/2005 5:54:30 PM
Hello, I have profiled my code, and the current performance bottleneck is this routine. It gets called 7400 times to do some intensive calculations when a user uses the feature. The xmlText parameter will be used to pass in a xml document text stored in db, the text contents (about 200 of t...more >>

sending soap over http
Posted by Mark at 1/31/2005 4:05:21 PM
i have a very simple web servive Imports System.Web.Services <System.Web.Services.WebService(Namespace:="urn:Example1")> _ Public Class Example1 Inherits System.Web.Services.WebService <WebMethod()> _ Public Function HelloWorld(ByVal name As String) As String Return "Hello...more >>

Possible to include other tags in a XSLT file?
Posted by Richard L Rosenheim at 1/31/2005 3:11:03 AM
Is it possible to include addition tags in a XSLT file, that the XSLT processor will, for all practical purposes, ignore? What I'm looking to do is to include a section to contain information regarding what parameters the XSLT file is expecting. Then my program can retrieve the information fr...more >>

MSDN like documentation for Xml-files?
Posted by Ole Hanson at 1/30/2005 7:39:26 PM
I would like to be able to generate documentation for a custom configuration file (xml) to enable future support engineers to understand applicable values to the various elements inside the configuration file. (see below for sample). Does any program exist (like NDoc) that is able to generate ...more >>

newbie question on finding and editing
Posted by GeorgeAtkins at 1/30/2005 9:39:03 AM
Using vb.net, I need to search through XML files to locate specific elements and once found, update attributes of their companion elements. In plain language, I need to find specific book titles and update note information about each book. Not every book would be updated; just selected ones. ...more >>

Newbie question re column name does not belong to table item
Posted by coastalrocket NO[at]SPAM yahoo.co.uk at 1/30/2005 5:02:25 AM
This is my first time with XML and first time with vb.Net so it's an up hill learning curve for me but I would appreciate any help with this probably simple request. I've got a couple of column names in an xml source that my vb.net application can't handle. I know its because there is a ":" in...more >>

HTML 4.01 / XHTML implementation of the DOM
Posted by Edgardo Rossetto at 1/30/2005 12:46:41 AM
Hi, got a few questions: - Does anyone know a HTML 4.01 / XHTML implementation of the DOM, or is only System.Xml (XML 1.0 and 2.0 only AFAIK) avaiable? - Any ideas if .NET 2.0 will have? Is it possible to "load" the DTD specification for HTML 4.01 / XHTML using the System.Xml namespace or...more >>




DevelopmentNow Blog