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 > april 2005 > threads for april 1 - 7, 2005

Filter by week: 1 2 3 4 5

XML Résumé Vocabularies?
Posted by clintonG at 4/7/2005 7:25:50 PM
I'm hoping to discover the most widely used XML Résumé Vocabulary. Your comments please... -- <%= Clinton Gallagher ...more >>

Newbie needs help with 'multiple XML records'
Posted by Roy Chastain at 4/7/2005 4:44:42 PM
I am not even sure I have used valid words in my subject line. I have an object that I can serialize as XML and then deserialize it. I want to 'export' a static copy of the object and then 'import' it into another program on another system. My idea is to serialize it, transport the serialized o...more >>

Getting attributes(I think) from XMLReader
Posted by Michael at 4/7/2005 11:59:05 AM
Hi All, I need a few suggestions. I have the following XML segment: <LookUp> <ControlType>CheckBoxGroup</ControlType> <DBField>LastMedDate</DBField> <ControlName>cmbGoal1</ControlName> <Values VALUE="0" BookMark="Goal1Progress"/> <Values VALUE="1" BookMark="Goal1NoProgress"/> <Values V...more >>

How to loop thru XML Schema and retrieve s the element name
Posted by Mahesh at 4/7/2005 9:11:08 AM
Hi Folks, I need a sample to retieve all the element names from a XML schema using C#, I also total no of elements in the schema. ...more >>

Help! Xml Data Island is not refreshing!!!!
Posted by Joe Bloggs at 4/7/2005 12:00:00 AM
Hi, I have an xml data island which is used for providing data for a dropdown list. However, change the 'src' attribute of the xml data island doesn't seem to reload the xml island properly.... Here is my code: <html> <head> </head> <body> <script language="javascript"> funct...more >>

xml question?
Posted by Ray5531 at 4/6/2005 11:04:24 PM
what is the equivalent of this in C# ? foreach (XmlNode xmlConfigNode in xmlConfigDoc["configuration"].ChildNodes) Thansk ...more >>

Problem with XML/XSLT and C#
Posted by Maziar Aflatoun at 4/6/2005 3:57:20 PM
Hi everyone, I have a web application that reads the contents of a web form and creates an XML file from it. Next it creates an HTML file using an XSLT file. However, I sometimes get weird characters in my final HTML. Is there a way to fix this? Maybe an additional directive I can add her...more >>

Get Xml from web .
Posted by Rakstip at 4/6/2005 1:41:07 PM
This is a link to an address where I would like to access xml. http://setiathome2.ssl.berkeley.edu/fcgi-bin/fcgi?cmd=user_xml&email=XXXX The XXXX is the email address of a user. All I want to do is access the xml and view it in a datagrid. I have read several tuturials and articles and hav...more >>



New parent node
Posted by David Lei at 4/6/2005 10:35:18 AM
Hi, How do I add a new parent node to the existing nodes? I have an existing XmlDocument object like this: <item> <something>ABC</something> <item> <item> <something>DEF</something> <item> ..... I want to add a <Products> node as its parent, <Products> <item> ...more >>

copy xml file content
Posted by juli jul at 4/6/2005 7:25:12 AM
Hello, How can I copy content of one xml file to a new one? Thanks! *** Sent via Developersdex http://www.developersdex.com ***...more >>

How to generate a schema from XSL? (Difficult)
Posted by ali.jan NO[at]SPAM gmail.com at 4/5/2005 10:14:39 PM
Hi, I am in a situation where I don't have access to an xml, say "original.xml". But I do have the schema for it and an XSLT transformation on it that would create a new xml from "original.xml" called "transform.xml". What i need is the schema for the "transform.xml". I could generate the ...more >>

Xpath request Pb
Posted by sda at 4/5/2005 4:57:35 PM
Hi, I get a XML content from a web services: ************************************************ <List DocTemplateUrl="DIEITIC/Forms/template.doc" DefaultViewUrl="/dgafeie/DIEITIC/Forms/AllItems.aspx" ID="{8DB24F59-1883-482F-9F6A-4158F3FD4747}" Title="DIE-I-TIC" ..... ShowUser="True" xml...more >>

Create XML file
Posted by Bruno at 4/5/2005 8:41:07 AM
Hello friends I want to crete an xml file based on a sql server query, and using a specific format that include current hour, current date, the user that create the xml file. I'm thinking in use the vb.net language to create this file a output stream, but I dont know if there is a better...more >>

xpath problems
Posted by juli jul at 4/5/2005 12:28:09 AM
Hello, I am trying to get all the elements that are inside the <group> tag in this function and it doesn't work. What is wrong with that? private void populateTreeControl( System.Xml.XmlNode document, System.Windows.Forms.TreeNodeCollection nodes) { XmlNodeList xmn = document....more >>

CSV to XML, now to validate
Posted by chris yoker via DotNetMonster.com at 4/4/2005 2:14:06 PM
hiya, I have a 3rd party function that converts a CSV to an XML doc. I now need to validate the xmlDoc.I understand that I need a valid XSD for the newly created xmlDoc, but the xmlDoc contains no schema definitions etc.I'm not sure how to create an XSD, so that the fields are restricted to "i...more >>

present attributes instead of a name
Posted by juli jul at 4/4/2005 5:34:16 AM
Hello , Here is the code of the function I want to use: private TreeNode CreateTreeNodeFromXmlNode(XmlNode node) { TreeNode tmptreenode = new TreeNode(); if((node.HasChildNodes) && (node.FirstChild.Value != null)) { tmptreenode = new TreeNode(node.Name); TreeNode tmp...more >>

xml node
Posted by juli jul at 4/3/2005 3:23:07 AM
Hello, How can I get a xml node from a XmlTextReader? Thanks a lot! *** Sent via Developersdex http://www.developersdex.com ***...more >>

xml namespace
Posted by Jinsong at 4/2/2005 7:50:06 PM
Hi: One of the attribute in my XML document is xml:id. how can I add this attribute to a XmlElement? I tried to use http://www.w3.org/XML/1998/namespace as name space in the SetAttribute function, but it doesn't work. ...more >>

wrapper class for Xml access
Posted by Vathan at 4/2/2005 2:26:41 AM
hai iam back with a new problem.... iam working in Vb.net with backend as vb i need to create a wrapper class to retrieve and add datas to and from an XML file... iam new to XMl... can anyone help me in this.. Vathan -- Vathan ----------------------------------------------...more >>

XmlValidatingReader memory behaviour
Posted by Paul Hatcher at 4/1/2005 7:00:10 PM
I need to validate a number of different XML documents against the same schema, but the behaviour of XmlValidatingReader seems to make this very expensive in memory terms. We loaded about 150 XML files via XmlDocument.Load, which took around about 3Mb of allocations, but the XmlValidatingRe...more >>

obtaining the innnerText of a node via the nodeName, NOT the index
Posted by chris yoker via DotNetMonster.com at 4/1/2005 1:37:58 PM
hiya, I can obtain innnerText of a node as follows: <code> itemCode = currNode.ChildNodes(4).InnerText() <\code> great, but if change the XML node order, then I have to re-code. I tried to assign as follows, but no joy. <code> itemCode = currNode.FirstChild("Itemcode").InnerText()...more >>

xsd:extension not inherit attributes?
Posted by Mike Jansen at 4/1/2005 9:24:32 AM
Does anyone know why if I create a complexType based off another complexType using xsd:extension the attributes don't seem to be inherited? Is this a bug/non-implementation in the .NET Schema editor and the XML validator? Thanks, Mike Jansen ...more >>

XML Schema (XSD) and ADO.net DataSet - limitations mapping between them
Posted by David Laub at 4/1/2005 8:53:15 AM
The following valid XSD schema can NOT be successfully read by the ReadXMLSchema method of the DataSet object - it errors out with a "NonEmptyString not defined" error. This schema is more complex than a plain vanilla schema, but doesn't strike me as obscenely complex. Are there general rules...more >>


DevelopmentNow Blog