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 > september 2006 > threads for september 1 - 7, 2006

Filter by week: 1 2 3 4 5

xHTTP send problem
Posted by julian.tklim NO[at]SPAM gmail.com at 9/7/2006 7:46:01 PM
Hi, I am using trying to send out an XML using ASP. It is actually trying to call some webservice application using SOAP. The problem is that the same codes works perfectly fine in Excel VBA on the same server, but when it comes to IIS server, the program stop at "xHTTP.send xDoc.XML" line....more >>


recursion xml element?
Posted by dotnetnoob at 9/6/2006 3:01:02 PM
i have a unusual problem or maybe to me :) i have a xml file that i need to insert xml element from a string string - /Box/BoxTest/Test i have a function that seperate the string out into arraylist and turn it into string array string array 0(array index) - "", 1 - Box, 2 - BoxTest, 3 ...more >>

read xml doc requiring username/password
Posted by David Thielen at 9/6/2006 12:23:02 PM
Hi; The following works - but I am asking if this is the best way to do this. I need an XPathNavigator for an xml file that is located on a server. This file may need a username/password to get to it. Is this the best way to do so: XmlUrlResolver resolver = new XmlUrlResolver(); re...more >>

OuterXml from XPathNavitor in .NET 1.1
Posted by Kevin Burton at 9/6/2006 11:09:01 AM
I am come to rely on the following pattern to get the XML of a selected pattern with .NET 2.0 Dim xmlDocument As XPathDocument = New XPathDocument(xmlReader) Dim navigator As XPathNavigator = xmlDocument.CreateNavigator() Dim nodes As XPathNodeIterator = navigator.Sele...more >>

XmlReader.Create always returns {None}
Posted by Joe Rattz at 9/6/2006 7:38:02 AM
I am trying to create an XmlReader using XmlReader.Create, but it always returns {None}. I have tried several examples from the web, and Create always returns "{None}". Here is my code: XmlReaderSettings settings = new XmlReaderSettings(); settings.ConformanceLevel = ConformanceLevel.Fra...more >>

Importing Data from XML to a DataSet
Posted by Mike Collins at 9/6/2006 5:05:01 AM
I am importing a XML file and have not been having the best of luck in doing this, but I do have the following solution below. I will not be importing more than 2000 records at a time, but will be importing data to many different tables. Can someone explain if there is a better way to do what ...more >>

Problem with XmlTextWriter
Posted by tonyz.wrightz NO[at]SPAM consultant.com at 9/6/2006 1:26:21 AM
Hi, I am currently trying to output my environment variables to a file in XML. It's currently failing with an InvalidOperationException when it executes the xw.WriteStartElement("Variable") for the second time. The exception details are: "Token StartElement in state Epilog would result in an ...more >>

What are the differences between MSXML and .NET XML Parsers?
Posted by Michael Nemtsev at 9/5/2006 7:41:02 AM
Any kind of differences? Were they buid on the common base or different? -- WBR, Michael Nemtsev :: blog: http://spaces.msn.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche ...more >>



LINQ(DLINQ,XLINQ) - XML - Sql Server
Posted by Dave Johnson at 9/4/2006 9:35:42 AM
Greetings, i want to be able to use linq new technology with sql server. the senario i am not able to do so far is as follow: 1- i program with linq 2- be able to generate and manipulate xml files 3- all this xml files are stored in Sqlserver for those who are not familiar with linq h...more >>

Checking that a string is a valid attribute name ...
Posted by emma_middlebrook NO[at]SPAM fastmail.fm at 9/4/2006 8:05:59 AM
Hi I've found the rules that cover what is a valid attribute name here: http://www.w3.org/TR/2006/REC-xml-20060816/ 2.3 Common Syntactic Constructs Is there anything already in the dotnet framework which I can use to test whether a string can be a valid attribute name or do I have to rol...more >>

hirrerachy records in XML
Posted by Vijay Mishra at 9/4/2006 3:05:41 AM
Hi, I am a newbie in XML and just wondering if XML support the hirrerachy records. For example an item master which has multiple UOM attached to it. Is it possible to save this data in XML format? I have googled it on web and couldnt find a clear cut answer. Thanks Vijay Mishra ...more >>

XMLDocument.Load very slow
Posted by Norbert_Pürringer at 9/4/2006 12:00:00 AM
Hallo! I want to open an XML file with a size of about 1 MB on a Windows Mobile 5 system. Loading the XML file is very slow. It takes about 6 seconds on my Pocket PC to load the XML document. Is there a chance to speed up loading the XML file? Regards, Norbert ...more >>

Creating XML file based on schema
Posted by andy at 9/3/2006 3:22:02 AM
This is easy to do in Vis Studio, but why not so easy at run time? Ive been googling for the last hour and only found some bad documentation on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xmlgen.asp I also found an undocumented download for it... Has any...more >>

XSL Filter Help Needed
Posted by richie_hackett NO[at]SPAM hotmail.com at 9/2/2006 1:58:44 PM
I have an XML document which looks like <folder> <link author="ME"/ url="something"> <link author="YOU" url="something else"/> <folder> <link author="ME"/ url="something"> <folder> <link author="ME"/ url="something"> <link author="YOU" url="something else"/> </fol...more >>

Use XPath functions in selectNodes
Posted by Alexander Mueller at 9/2/2006 3:21:08 AM
Hi I tried to use the following C#-code to run a XPath-query using "ends-with" which is defined in the XPath-functions namespace see: http://www.w3schools.com/xpath/xpath_functions.asp //xmlDoc is a valid XmlDocument that contains lots of children, also //root is 'real' node, although...more >>

CDATA for XmlTextAttribute
Posted by kplkumar at 9/1/2006 12:21:10 PM
After serialzing I want, <MyRequest> <Content SigningScheme="pkcs7"><![CDATA[JFHSKDKFJ869KJ7hk96HKKghgfk46294857J]]></Content> </MyRequest> _________________________________________________________________________________________ My class looks like, public class Content { priva...more >>

Select nodes by filter
Posted by Norbert_Pürringer at 9/1/2006 12:00:00 AM
Hello! I've got following XML structure <ROOT> <DATASET> <ID>1</ID> <VALUE>Test1</VALUE> </DATASET> <DATASET> <ID>2</ID> <VALUE>Test2</VALUE> </DATASET> <DATASET> <ID>3</ID> <VALUE>Test3</VALUE> </DATASET> </ROOT> I want to select all d...more >>


DevelopmentNow Blog