| Thread | Last Post | Replies |
|
| Merging XML documents | 31 Aug 2006 23:53 GMT | 2 |
I would really appreciate any assistanance with the following situation. Lets say i have 2+ documents A,B,...n that i need to merge together, such that the resulting documents contains totals or sum of the common elements. For example:
|
| Net 2.0 client calling Axis WS -- send document problem | 31 Aug 2006 22:31 GMT | 1 |
I am calling an Axis web service from a Net 2.0 client. To be helpful, the developers on the Axis side sent a test client that they created, with snippets below. What I am trying to do is add a document to a workplan object, and return the object. I can return the object okay, ...
|
| Help applying XML? | 31 Aug 2006 03:21 GMT | 1 |
I'm writing a .NET winforms app that serves as an email client. Users can store message templates. This is done via an XML document for loading and saving the templates. When the template is loaded, it's displayed in the message textbox. Currently, this is the end of the XML ...
|
| What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this? | 31 Aug 2006 01:02 GMT | 1 |
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?
|
| Detailed ASP.Net info not displaying in browser | 30 Aug 2006 12:34 GMT | 20 |
Team, I am developing a web service. In testing in on my enw PC, I am expecting to see exceptions thrown appear on my browser. Instead I am getting an HTTP 500 Internal Server Error page and I am not seeing my exception details. The
|
| VS 2005 Com Interop Exception in Web Service | 30 Aug 2006 08:16 GMT | 2 |
I have a service, that runs perfectly when executed outside of the web service environment. When called as a web service I get the exception listed below sporadically. A call to the web method may succeed one time and not another. I cannot find any reason why it would work ...
|
| Error using ReadXmlSchema on a xsd file. | 30 Aug 2006 06:23 GMT | 13 |
I am using some sample code from gotdotnet to Create DataSet mappings from a xsd schema. I am geting this error. code and error below. I might mention there is also a publictypelibrary file with this file I may have to use it in some way. I am very new at XML so some examples or ...
|
| Intellisense generation using C# and XSD | 30 Aug 2006 02:57 GMT | 1 |
I have a website which requires user input of xml data. The xml data is currently entered by hand in a multi-line textbox. The xml is fairly complex and I have an XSD file to validate it when the user submits the form. I'm using Atlas elsewhere in my website and I'd like
|
| Creating an XML document based on XPath statements | 29 Aug 2006 18:27 GMT | 1 |
Nice tool! I am looking for something that will do the reverse. I have a whole bunch of XPath statements and I need to use them to generate and populate an XML document. I have mapping file that maps my data to a specific XPath. For
|
| XPath Editor (Updated!) | 29 Aug 2006 18:26 GMT | 3 |
I have updated my XPath Generator software: XPath Studio .NET. ( http://www.ziggyware.com/downloads.php?cat_id=2 ) Easily select nodes from an xml file to generate XPath statements Insert node values to narrow down XPath results
|
| Schema Question | 29 Aug 2006 18:14 GMT | 5 |
I am fairly new to XML schemas and why to use them. I am integrating with another application via xml. My questions are schemas only good to validate the XML documents or can I use the schema to help me parse the xml document? Thanks
|
| FREE .NET EBOOKS , DOTNET TUTORIALS, CODE SNIPPETS - www.DotNetGuide.net | 29 Aug 2006 16:22 GMT | 1 |
Visit this site u will find good .Net ebooks, .Net source code, .net tutorials and lots more for vb.net, c#.net, asp.net and other dotnet stuff. URL: www.DotNetGuide.net
|
| How to read contents of html table with .net? | 29 Aug 2006 15:57 GMT | 2 |
I have a need to read the contents of an html table on a remote web page into a variable. I guess this is called screen scraping but not sure. I'm not sure where to start or what the best practices are to accomplish this. For instance; I have a healthcare app that need to ...
|
| Traversing XML tree - but how do I get the leafs only? | 29 Aug 2006 12:49 GMT | 4 |
Good Day, folks! I'm having a problem traversing an XmlDocument tree in C#. I only want to access the InnerText of the leafs and the names of their ancestors and show them in a richTextBox. But if I go like this I get the
|
| Update XML config file with treeview nodes | 29 Aug 2006 10:17 GMT | 1 |
hey! what i wanna do sounds very simple at first, but it turned out to be a real bone crusher... i want to check if a treeView node is checked and if a correspondent node in my xml config file exists just to sort of synchronize them by
|