| Thread | Last Post | Replies |
|
| Reading data node by node from an XML file and binding to a grid | 16 Jul 2003 16:18 GMT | 3 |
Hi all, I have many parent tags and many child tags under the respective parent.. in an XML file. On the click of a button the application should pick up the one parent
|
| xml transform using c# | 16 Jul 2003 16:15 GMT | 1 |
i have a method which is return xml from a dataset. can someone please post some example code of how i can transform this xml using an xsl stylesheet? i am only interested in the c# part of the code, not the xsl.
|
| Serializing Classes | 16 Jul 2003 03:43 GMT | 2 |
I wrote a class, Document, which has an Array of ITask objects. In order to serialize the tasks contained within the tasks array, I marked each task class with an attribute [Serializable], and added an entry to the task collection property (of Document).
|
| Xml Serialization problem... | 16 Jul 2003 03:07 GMT | 1 |
I am trying to use xml serialization to simplify load/save functions in some classes i have created and am hitting a few problems. Any help to either would be most appreciated. I have created a MasterShape class which contains a name, and a
|
| Sign XML and add a prefix | 16 Jul 2003 03:02 GMT | 1 |
I am experimenting with the Cryptography API (using c#). I have successfully managed to sign some XML using an RSA algorithm. I can then vaidate the XML with a Verify method that I have developed. I am using the SignedXML class to generate the signed XML. I would
|
| Reading from XML into SP | 15 Jul 2003 19:44 GMT | 1 |
hi, I have a xml file. And i want to be able to read those values into a stored procedure. The XML structure is
|
| XMLDataDocument root node repeats | 15 Jul 2003 14:11 GMT | 1 |
Every time add data and save an xml document using XmlDataDocument.Save I get another root node added to the xml file. Am I doing something wrong or is this supposed to happen? Sample Code:
|
| Distributing XML | 15 Jul 2003 03:26 GMT | 1 |
I'm using Visual C++ 6.0, but since there doesn't seem to be a vc.xml newsgroup I was hoping someone here would know my question. Does anyone know what exactly I need to do to distribute .xml with an application? Originally I would just include all the xml.dll 's and the .ini
|
| having trouble retrieving/using xml string from database field | 14 Jul 2003 20:31 GMT | 1 |
Hi again, I save a fairly small xmlDocument to a single db field, xDoc.OuterXML using a SQL insert statement...this works fine. However, I then need to select that field (xmlWF) into an xmlDocument
|
| The data at the root level is invalid. Line 1, position 2. -- using LoadXML - Help? | 14 Jul 2003 19:15 GMT | 1 |
I've discovered I need to use LoadXML instead of Load for an xml string versus an xml file. HOWEVER, I get the above message when .net goes to load the string. The string comes from an xmlDoc.OuterXML save resulting in:
|
| SOAP XMLTypeMapping Deserialization | 14 Jul 2003 19:09 GMT | 1 |
I'm trying to serialize/deserialize an object in SOAP-encoded form. I'm using the code below. Serialization succeeds fine, but when I try to deserialize I get an exception. Can anyone tell me how I can deserialize an object which has been serialized this way? Do I need
|
| request.form collection - how to dynamically update nodes from xsl/html source? | 14 Jul 2003 16:21 GMT | 2 |
Hi, I have a transformed xml source into html for client input. In order to update the xmlDoc on the server, how do I specify the correct nodes if they are built dynamically through assigning id's via the xsl transformation?
|
| Kirk Allen Evans---? how do I use your code to update my xmlDocument? | 14 Jul 2003 16:08 GMT | 1 |
Kirk, The other day you very kindly explained how the client/server thing works. May I ask just one more question? Could you give me an example of what code I would put in the client html to post back the user
|
| XML Serialization Error of Collection | 14 Jul 2003 12:53 GMT | 3 |
// Can anyone explain the bizarre XML Serialization behavior seen in the following code. // It seems that a collection can not be XML Serialized if it contains an Add() method
|
| NetworkStream/CryptoStream/XMLTextReader Problems in VB.net | 13 Jul 2003 16:32 GMT | 1 |
Hi :) I'm having some major trouble with an XML Client/Server application that I am writing. I am using NetworkStream with CryptoStream to Read and Write XML between computers. Now, whenever I write the XML, the Server section
|