HighTechTalks DotNet Forums  

Sponsored Links


Dotnet XML microsoft.public.dotnet.xml


Discuss in the Dotnet XML forum.



Post New Thread
Threads in Forum : Dotnet XML Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
We are starting to setup some Web Services to provide our customers with a way to programatically interact with our application, and some of our...
jjouett
03-01-2006 05:17 PM
jjouett Go to last post
2 86
Hi All, Does anyone know how to retreive deepest XPath value from XML document by using VB.NET? For example, if I had an XML file like...
Goran Djuranovic
03-01-2006 12:15 PM
Goran Djuranovic Go to last post
3 69
Before that nothing I want to ask for excuses for my english level. The problem that I have is the following one: I have a file xml with...
NN
03-01-2006 07:42 AM
Martin Honnen Go to last post
3 70
If I add my own section to my Web.Config file of my (2.0) web service project (and refer to it by adding a "section" sub-element to...
Brad Wood
02-28-2006 10:58 PM
chris haas Go to last post
3 79
Hi everyone, I've written some code that parses an XML file. The whole thing works correctly, but it's really slow. My example only has two elem_x...
Robert Bevington
02-28-2006 12:39 PM
Robert Bevington Go to last post
0 71
Could someone explain to me the ramifications of declaring XmlRoot("namespace") on a series of classes in which one or more are aggregates within...
Keith Patrick
02-28-2006 10:58 AM
Keith Patrick Go to last post
0 52
Hi Mario, Check out : http://msdn.microsoft.com/library/en-us/vbcon/html/vbwlkCreatingXMLFileWithAssociatedXMLSchema.asp for a complete...
Cerebrus
02-28-2006 05:03 AM
Cerebrus Go to last post
0 64
Hi; I am sure I am missing something here but I cannot figure it out. Below I have a program and I cannot figure out why the xpath selects that...
David Thielen
02-28-2006 01:18 AM
Dimitre Novatchev Go to last post
9 53
I am navigating through an XML document using XPathNavigator and XPathIterator. In this process, I want to display the location of the current node...
psid
02-27-2006 07:40 AM
psid Go to last post
0 82
I have an Xml file and XSL o format it below. I have tried to distinct the "ProgramCode" and the "programDescription" attributes but after that i...
Rote Rote
02-27-2006 12:59 AM
Rote Rote Go to last post
0 112
Hi. We have a Jabber-esque client server package that uses XMPP for communication over network sockets. Using .NET 2.0, I need to read a full...
AT
02-26-2006 02:03 PM
Alexander Gnauck Go to last post
3 75
XPathNavigator nav = MyCreateNav(); // InnerXml == "software" nav.SelectSingleNode"."); The select returns an exception: + $exception {"'.' has an...
David Thielen
02-25-2006 05:16 PM
David Thielen Go to last post
13 127
Hi, I apologize if I am posting this in the wrong forum. I am creating a .net 2.0 website using vb.net. I have an XML file with the following general...
AT
02-25-2006 04:25 PM
Andy Go to last post
5 79
I am trying to load the following XML file into a database table. I receive the file from an external source exactly as follows: <list type='full'...
AT
02-24-2006 09:15 PM
AT Go to last post
0 85
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and...
Vanessa Lee
02-24-2006 04:23 PM
Vanessa Lee Go to last post
0 66
I want to query the database located on the remote server(not on my network) based on the time frame and tables selected by the user in the GUI.I...
XML newbie: Urgent pls help!
02-24-2006 02:02 PM
XML newbie: Urgent pls help! Go to last post
0 76
The “Add Web Reference” Visual tool generates bad classes (from WSDL schema) for ComplexType containing only one element (wsdl.exe and...
bbalet.free.fr
02-24-2006 12:07 PM
bbalet.free.fr Go to last post
0 72
Hello, Anyone succeed to make work a .Net WebService client WSE with WSS4J (I always get the error message 'Signature Verification failed') ? On...
bbalet.free.fr
02-24-2006 12:06 PM
bbalet.free.fr Go to last post
0 94
I must be missing something simple. I want to serialize a DataSet to local disk when my .NET 2.0 WinForms app closes, and deserialize the DataSet...
deko
02-24-2006 10:42 AM
deko Go to last post
4 76
Just a quick question. Does this mean that an XmlTextWriter cannot be used in a webservice? Is there some special coding required to use this class?
AT
02-24-2006 09:03 AM
AT Go to last post
4 68
Hi Group, I would like to have "dd-MM-yyyy" in my XML datatime fields, but I am getting 2005-02-25T00:00:00. Is there an trick to DataSet.WriteXMl...
Paul Boon
02-24-2006 07:02 AM
Martin Honnen Go to last post
1 68
Hello, I have an unmanaged VC7 app (ActiveX control implemented using MFC) calling a C# dotnet service. I'm using the VS2003 generated proxy class...
Punit
02-24-2006 01:53 AM
Punit Go to last post
0 60
Hello, the XmlSerializer class is great but it seems like it's lacking one very important feature... the ability for the caller to access the...
Tim Greenfield
02-23-2006 05:25 PM
Tim Greenfield Go to last post
0 65
HI, I am working on VB.Net.My program connects to the remote host, once the login values are verified, it sends the SessionID. My problem is...
XML newbie: Urgent pls help!
02-23-2006 12:01 PM
XML newbie: Urgent pls help! Go to last post
0 63
how to parse <?xml version="1.0" encoding="UTF-8"?> with xpath? is it possible?
Daniel
02-23-2006 01:08 AM
Dimitre Novatchev Go to last post
1 68
how to parse xsl:output ... with xpath? "./xsl:output" does not work. is there other notation for this?
Daniel
02-23-2006 01:07 AM
Dimitre Novatchev Go to last post
1 67
Hi, I am getting the error: Value of type 'String' cannot be converted to '1-dimensional array of Long'. in the following line for TextBox2.Text...
XML newbie: Urgent pls help!
02-22-2006 01:19 PM
XML newbie: Urgent pls help! Go to last post
2 76
If I get SessionID in 1 function how do I carry that SessionID(value of this SessionID) to another function or another form within the same project
XML newbie: Urgent pls help!
02-22-2006 01:13 PM
XML newbie: Urgent pls help! Go to last post
2 60
Here is my working code to pull Yahoo business news RSS feed. Can anyone show me how to only return the top 3 or 4 news articles? <%@ Import...
blackstaronline.net
02-22-2006 10:23 AM
blackstaronline.net Go to last post
4 70
Many thanks to both. Once I read the data form the (<Book>)Node and its child node, I have to delete that from my DOM object. Reason for deleting:...
Venkatachalam
02-22-2006 09:46 AM
Marc Gravell Go to last post
2 76
Hi, I have created a VB.Net windows service. Everything was working fine until I attempted to add a setup project. Now, for some strange, when I...
AT
02-22-2006 09:28 AM
Martin Honnen Go to last post
1 76
I have an sample xml below. I want to do a distinct on the code node and the programDescription. I want the output to be like in a tree structure. So...
Rote Rote
02-22-2006 01:23 AM
Rote Rote Go to last post
0 109
I have an sample xml below. I want to do a distinct on the code node and the programDescription. I want the output to be like in a tree structure. So...
Patrick.O.Ige
02-21-2006 10:05 PM
Patrick.O.Ige Go to last post
0 95
All, I am trying to read an XML of a set of records (an "order") from one machine and then turn it into a set of records on another machine. But...
Zimri
02-21-2006 05:33 PM
Zimri Go to last post
0 92
I have built a DataSet and write out the xml and schema using DataSet.WriteXml() and DataSet.WriteXmlSchema(). I need to add annotations to the...
robby
02-21-2006 04:15 PM
robby Go to last post
0 94
Which is the easiest way to transform XML into PDF? Which tool/.Net library I should use?
Zika Mustikla
02-21-2006 04:05 PM
Peter Flynn Go to last post
1 95
Does system.xml have any way to transofrm data with an xswl style sheet using strings like MSXML2 does? how to convert this to use System.XML so i...
Daniel
02-21-2006 02:08 PM
Daniel Go to last post
0 69
I would like to create an htm file (using Word) that will have some free form text. However, in the free form text I would like to be able to...
MR
02-21-2006 11:23 AM
Onawole, Clement Oladapo Go to last post
2 70
How to prevent my .NET DLL to be decompiled? By design .NET embeds rich Meta data inside the executable code using MSIL.Any one can easily decompile...
Jobs
02-21-2006 11:22 AM
AT Go to last post
4 99
When using XMLDocument.Save(strFileName) in .NET 2005, is there a way to check (or trap) and see if the file is in use by another. I am using...
Terry
02-21-2006 11:12 AM
Onawole, Clement Oladapo Go to last post
2 88
I am attempt to perform something that I thought should be quite simple... I want to take the VoiceXML 2.0 or VoiceXML 2.1 XSD definitions and...
Chris Smedley
02-21-2006 07:34 AM
Chris Smedley Go to last post
2 94
Hello, I am using Xpath to group 20 <name> tags together, how would I do that? Donors/Name??? <Donors> <Name >
Aaron
02-21-2006 06:18 AM
Cerebrus99 Go to last post
2 109
Hi Everybody, I'm using C# and System.XML and can parse XML files like this: <LogIn>Yes</LogIn> <Name>DB_MAGUser</Name> but I've been asked to...
Sam
02-21-2006 03:39 AM
Cerebrus99 Go to last post
3 98
ok, I changed "If node.Text = "Success" " to "If Not loginDom.InnerText Is Nothing ". Now, I don't get the NullReference error but the SessionID I...
XML newbie: Urgent pls help!
02-20-2006 05:00 PM
XML newbie: Urgent pls help! Go to last post
0 83
I am confused. I was given a fairly complex xsd schema for use in a project. When I added this to a website in VS 2005, it shows up in intellesense...
Ray Stevens
02-20-2006 02:39 PM
RYoung Go to last post
1 89
How do I get all the name(s) listed in the datalist? <asp:DataList ID="DataList1" runat="server"...
Aaron
02-20-2006 12:00 PM
Martin Honnen Go to last post
3 122
ADO.NET Failed to load msxmlsql.dll How to fix this error? System.Data.SqlClient.SqlException: Failed to load msxmlsql.dll. at...
Daniel
02-20-2006 11:41 AM
Adam Wiener Go to last post
1 80
Hello, I have a locked Word document (save as XML) in which I need to fill out the bookmark through ASP.NET And part of the xml is shown...
AT
02-20-2006 09:22 AM
AT Go to last post
0 73
Hi, I'm trying to read binary information from an XMLTextReader and to save it to a .jpg file, using a FileStream. I don't want to use...
Karine Bosch
02-20-2006 06:54 AM
Karine Bosch Go to last post
2 89
How is the efficiency of this statement compared to the efficiency of writing this out in long form? (xml = new XmlDocument()).LoadXml("<dom...
cd~
02-20-2006 03:06 AM
AT Go to last post
4 91
Post New Thread

Display Options
Showing threads 2801 to 2850 of 7643
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.