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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|