| Thread | Last Post | Replies |
|
| How to handle an XML document within an XML document | 09 Nov 2003 07:07 GMT | 1 |
C#, .NET 1.0 I use XML serialisation to persist state of object definitions.One of my objects wraps up a 3rd party object (non .NET) which can only serialise itself to a file. However, it's needed that the parent wrapper object
|
| XML Data | 08 Nov 2003 04:15 GMT | 3 |
I want to read news data from http://rss.com.com/2547-1_3-0-20.xml into a DataSet. The result DataSet will probably have more than one table for item nodes and one table for channel. What would be the easiest/efficient way to do that ? Can VS.NET generate
|
| remove child node | 07 Nov 2003 23:57 GMT | 3 |
Here's part of my XML doc ("Account.XML"): <account> <name>My Name</name> <MyID>12345</MyID>
|
| getxml() function on dataset: problem with decimal places | 07 Nov 2003 16:25 GMT | 1 |
I am working on an ASP.NET application, developed with the 1.0 framework. After upgrading to the 1.1 framework I have noticed a difference in the way the GetXML method returns decimal data from a dataset.
|
| XmlDocument and FileStream's with trailing contents after edit | 07 Nov 2003 13:47 GMT | 2 |
I have used an XmlDocument object to edit an xml files contents which sometimes results in the Xml content being shorter that what it originally was, when i save the new contents i end up with junk at the end of the file
|
| xsd.exe ExtendedProperties | 07 Nov 2003 08:46 GMT | 1 |
I've been using xsd.exe to generate typed datasets (.cs) from XML schemas (.xsd) but have been encountering a problem with the extended properties. 1) I added the following to the opening <xs:schema> tag in my .xsd:
|
| [ANN] Free webcast on ActiveState's Visual XSLT 2.0 | 07 Nov 2003 08:44 GMT | 1 |
Join ActiveState for a free webcast on using Visual XSLT's powerful new features for professional development: http://www.ActiveState.com/webcast/visualxslt Date: November 12, 2003
|
| Can't use key and keyref with an attribute in a group | 07 Nov 2003 08:41 GMT | 1 |
Why can't I create a key and keyref with an attribute declared in an attribute group? Code below describes what I'm trying to accomplish. <!-- An attribute group --> <xs:attributeGroup name="AttGMain">
|
| SelectNode not returning any nodes | 07 Nov 2003 08:28 GMT | 2 |
I thought I knew XML but this just doesn't make sense. I have a dataset ds. I load the data from the dataset into an XML document and try to SelectNodes. Nothing. Here is the code
|
| Serialization with embedded elements | 07 Nov 2003 06:05 GMT | 1 |
If I have the following XML data: <myelement color="green">Email (<numemails/>), Vmail (<numvmails/>)</myelement> and I deserialize it, then serialize it, I get the following:
|
| Serialization of VB custom class.... | 07 Nov 2003 06:01 GMT | 1 |
I can serialize some data to a file using a custom class genrated from an .xsd schema via xsd.exe... However the file has a repeating <?xml version="1.0"> tag, no root node, the xmlns repeats etc...
|
| DataSet WriteXML and XMLValidatingReader | 07 Nov 2003 05:35 GMT | 3 |
Sorry about the crossposting but I think my question validly fits in both categories and insight from experts would be extremely useful. I populate a dataset from my database. I then create an XML file using the dataset's WriteXml() method.
|
| Xpath Newbie Mistake, Please Help! | 06 Nov 2003 22:42 GMT | 1 |
This code throws an exception when it should just print "C$" to the screen. What is messed up in my xpath? Thanks. test.cs:
|
| Memory Management Problem? | 06 Nov 2003 21:41 GMT | 1 |
Forgive my rather wide posting of this note, but I was uncertain of where I would find the best help. I am working on a class that is basically providing a secure location for name/value pairs to be stored by the application. I am using TripleDES
|
| xslt transformation - load xml as a string | 06 Nov 2003 16:23 GMT | 6 |
xslt transformation - I would like to do something similar to loadXml in vb 6, but all the samples are loading xml from a file. I've spent two days digging, with no success, I've got to ask You...
|