| Thread | Last Post | Replies |
|
| xml problems with dotnet1.1 | 21 Oct 2003 12:52 GMT | 2 |
Hi List I have developed a small app reading xml files using dotnet1.0. Now I changed to dotnet1.1. The Problem is with Dotnet1.1 the Method OuterXml from class XmlDocument returns the xml string in another format.
|
| Binary data in XmlNode? | 20 Oct 2003 22:04 GMT | 7 |
How can I read binary data, specifically a microsoft word document into an XmlNode? Thanks in advance. Adam Smith
|
| How do I load vb.net Datagrid from xml | 20 Oct 2003 21:09 GMT | 2 |
Hi I an a mebie to XML / vb.net and I am struggling. I am developing a web base applcation using XML to link to its database so. Here is the XML I want to load into to a datagrid. The datagrid
|
| XML bug: what version etc. | 20 Oct 2003 15:03 GMT | 1 |
I have while developing an application using the XML DOM within VB.NET come across a problem with attributes of a node, where the default values required by a DTD are ommitted by the XML parser that the DOM is using when no
|
| How do I convert a string to XML string | 20 Oct 2003 14:33 GMT | 4 |
I need to convert a text string ("Dewey & Cheatham & Howe") to an XML encoded string ("Dewey & Cheatham & Howe"). I am not building an XML document, I am just trying to convert a single string. I have looked at the System.Xml namespace, but I can't quite find what I ...
|
| XmlConvert and Object type | 19 Oct 2003 20:42 GMT | 2 |
I'm looking for a way to retrieve data via System.Reflection.FieldInfo.GetValue (which returns an Object) and convert it to XML using XmlConvert.ToString. XmlConvert accepts only specified data types, so I could have a big ugly
|
| Send Xml file to asp page | 19 Oct 2003 20:21 GMT | 4 |
I need to send xml file to an asp page.. I have no idea how to do it... I only know that I need to do HTTPRequest Post... Could someone help? Maybe there are some examples on the Web? Thank you,
|
| determining current element in an XmlTextWriter | 19 Oct 2003 10:38 GMT | 1 |
Is there a way to determine what the current open XML element is in an XmlTextWriter, without reading back the stream? Thanks. Jon
|
| Rss News Feeds??? | 18 Oct 2003 22:36 GMT | 2 |
I'm trying to make an ASP page with VS .NET 03 using VB as the language and I want the page to display an Rss News Feed as page content form another RSS News Feed on a web page served by another one of my IIS srevers, I don't know how to do this it sounds simple enuf but were do I ...
|
| How to specify root when serializing collection | 18 Oct 2003 21:02 GMT | 1 |
How can I change the name of the root element from ArrayOfPasswordEntry to PasswordList or whatever? I have tried [XmlRoot("PasswordList")] before the public class PasswordEntries definition, but XmlSerializer won't accept.
|
| Unable to view XML content generated on-the-fly in IE 6.0 | 18 Oct 2003 17:56 GMT | 1 |
Programming Language: C++, XML Development Env: VS.net 2002 Platform Win2k, SP4 Browser: IE 6.0
|
| Baby question about creating XML documents | 18 Oct 2003 17:52 GMT | 1 |
I'd like to implement the IHasXmlNode interface in a class heirarchy. I can't see how you do this as all of the classes that I'd use to build the XML and return it seem to be locked down for Framework Use Only. Presumably I'm missing something.
|
| how do i put remark notes in xsl | 18 Oct 2003 17:47 GMT | 5 |
a very simply question: how do i put remark notes in xsl source code?
|
| How to present Many - Many relationship in XML? | 18 Oct 2003 16:57 GMT | 1 |
It's easy to present "One - Many" relationship in XML, but how to present "Many - Many" relationship in XML?
|
| XML Transform - slower than molasses in January? | 17 Oct 2003 19:55 GMT | 8 |
I am using the XML tranform functionality in .NET to transform data in a DataSet into XMLSS using an XSLT file I have created. There are about 100 columns and only about 120 rows in the data table being transformed - modest amount of data to say the least.
|