Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > dotnet xml > october 2006 > threads for october 15 - 21, 2006

Filter by week: 1 2 3 4 5

Load DiffGram to String
Posted by Paul Goldmann at 10/21/2006 6:46:27 PM
Hi, is there a way how to get a DiffGram from a dataset and save it to a string? Thanks for any advice Paul ...more >>

XML Creating nodes
Posted by csgraham74 at 10/21/2006 1:15:00 PM
Hi there, just wondering if someone could help me. Ive written some code in vb.net to create the following xml. <menu> <menuItem> <text>Political Update</text> </menuItem> <subMenu /> <menuItem> <text>sub categoruy 1</text> <url>1</url> </menuItem> <menuItem> <text>sub categoruy 2</...more >>

use of XSD
Posted by Jurjen de Groot at 10/20/2006 6:23:26 PM
I am creating an XML file in a dotnet 1.1 winforms app. (actually a service) The XML is validated by an XSD wich is supplied by an external party and has to be used... As an example I have a tag Married wich is defined in the XSD like : <xsd:element name="Married" type="YesNoType" minOccur...more >>

Help: Pre-poulating a web form with xml data
Posted by captain_gni NO[at]SPAM yahoo.com at 10/19/2006 2:11:26 PM
Hi All, New to asp.net here. Been combing google since monday trying to find the right solution. Most of the solutions are good and reflect the same examples in the .net books I have but xml is sketchy to me and this isn't you typical real world project. Here's the scenario. I query an api via...more >>

Using variables to select nodes by attribute for an XSLT template
Posted by Andy at 10/19/2006 12:07:39 PM
Hi, Does anyone know why when I hardcode a literal to filter a subset of nodes by a particular attribute value, my template processes the correct subset. But, when I use a variable that is set to the same value, my template processes everything in the document. <root SELCAT='1'> <skills...more >>

Encode(quote) attribute value
Posted by Oleg.Ogurok NO[at]SPAM gmail.com at 10/19/2006 10:37:41 AM
Hi there, I need to encode the value of an XML attribute, e.g. string myXml = "<element myAttr=\"" + encodeURIComponent("my \"value") + "\"" ...."; Is there an equivalent of encodeURIComponent() javascript function as part of the framework (1.1 or 2.0) which will encode speci...more >>

specifying the encoding attribute explicitly
Posted by John Hopper at 10/19/2006 10:15:03 AM
Hello, Using code below to create an xml file, how do I specifiy utf-8 encoding in the root element, ie create "<?xml version="1.0" encoding="utf-8"?> Thanks! ------------------------------------------- Dim xmlWriter As New XmlTextWriter("C:\inetpub\wwwroot\rss2\20061019\test.xml", N...more >>

Problema con Load XML
Posted by Lazarte Federico at 10/19/2006 8:44:51 AM
Hello. I need to resolve this problem whit the xml below: <?xml version=\"1.0\"encoding=\"ISO-8859-1\"?><sms><idMensaje>1234</idMensaje><esmeID>4</esmeID><telefono>4444</telefono><shortMessage>pruebapost</shortMessage><fechaIngreso>2006-10-1612:00:01</fechaIngreso></sms> The error ir "Expect...more >>



Incomplete Escaping Functionality??
Posted by Arthur Dent at 10/18/2006 2:37:56 PM
Hello All... I am in an app that needs to write out an XML document for transmittal to an outside organization. All good and fine... I create the XmlDocument object, append all my nodes, and values etc etc... and it all works. Now I go to save the file... I tried two methods... MyXmlDocum...more >>

XSL/XML Select and Option HTML tags
Posted by Andy at 10/18/2006 2:09:55 PM
Hi, I'm trying to render tabular data in an HTML document using XSL to transform XML data into an HTML table. Some of the tabular data appears as droplists (implemented by the HTML Select and Option tags). All the droplists have the same option entries that a user can choose from. Is there ...more >>

Best way to Post Soap Message to a non-WSDL Web Service
Posted by TexasAggie96 at 10/18/2006 9:04:06 AM
I am a VB.NET application developer that has used WSDL Web services before but now I am tasked with sending data to a non-WSDL web service by creating a SOAP message in an XML package and POSTing to the web service. I have never done this before and would like to know if anyone has an idea on...more >>

Deserializing an Object from XML Using Schema
Posted by Veilchen at 10/18/2006 5:31:01 AM
Hi, I need to deserialize an existing object (not generate its code) from a serialized XML file. The only information I have about how the deserialization method is an input XML schema (which can vary) associated with the XML file containing the serialized object data. Therefore pre-defin...more >>

Cant uninstall Visual Studio 2003
Posted by Count in Excel at 10/17/2006 8:41:02 AM
I have this really weird pop message everytime i m trying to uninstall Visual Studio 2003. The message said "Set up is unable to determine the valid order for installation. See the error log for the details" If anyone knows how do fix this error message and help me to remove Visual Studi...more >>

use XmlDataDocument load from an URL with username password
Posted by Alcibiades NO[at]SPAM gmail.com at 10/17/2006 3:48:51 AM
I have a piece of code to read a xml file from the web and put it into a variable in SSIS, but i don't know how to get it if it's username and password protected: URL = "http://www.mysite.com/setup.xml" xmlDoc = New XmlDataDocument xmlDoc.Load(URL) Anyone can help m...more >>

Inheritied Serializable Classes (OOP Design)
Posted by Techno_Dex at 10/16/2006 5:02:01 PM
I have base classes defined in a hierarchy structure which all have XMLElementAttributes on them and marked as Serializable. I then have classes which inherit from the base classes and hide some of the base class properties using the "new" keyword in order to redefine the schema. Every tim...more >>

Deserialize Business Object
Posted by Redowl at 10/16/2006 8:45:03 AM
Hi, I am having an issue deserializing a business object from a SQL stored procedure. I have created the class using the XSD tool and the resulting XMLDATA schema but when I try to create the object I get an error message <[Object] xmlns=''> was not expected. As the XML being returned i...more >>

xml into collections
Posted by dnvhari at 10/15/2006 9:32:22 PM
Hi all, we have an xml file. Based on this file we have to generate menu. This xml file changes every day. We are loading the xml file into the application memory and transforming the data of xml file into collections (using classes). 1. Pumping the whole xml data into collections is the ...more >>

XmlSchema not loading from XmlTextReader
Posted by Steve at 10/15/2006 11:43:01 AM
For some reason, the schema seems to be empty every time it's loaded. Does anyone have any ideas?? Thanks! Here's the code: Dim xsd As System.Xml.Schema.XmlSchema Dim io As New System.IO.FileStream(xsdFileName, System.IO.FileMode.Open, System.IO.FileAccess.Read) Dim x As New System.Xml.X...more >>


DevelopmentNow Blog