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

Filter by week: 1 2 3 4 5

Create filtered dataset from XML file?
Posted by johnb41 at 4/30/2005 8:58:34 PM
I need to create a Dataset and datatable from an XML file. The only way I know how to make a Dataset and Datatable, is by using an Access database as my datastore: You know, the usual thing in all the books; an OleDbDataAdapter, with a SQL string and connection. How can I do this using an XM...more >>

Syntax to get contents of a specific node
Posted by JoBean at 4/29/2005 7:04:02 PM
I think this is a simple Q but I cannot get the syntax right. I want to specify the node name and get its contents. I do not want to loop through and grab the contents of all child nodes - which the code below is doing fine. I want to replace the inner loop by specifying the node name (name, ...more >>

XPath syntax to check an attribute of all child nodes?
Posted by Bob at 4/29/2005 3:35:57 PM
I have sitemap like XML, of which every element has an attribute "url", e.g. <record menu_id="240" name="Countries and States" url="Countries.aspx"> <record2 page_id="54" url="CountriesEdit.aspx" /> <record3 page_id="27" url="Regions.aspx"> <record4 page_id="55" url="Region...more >>

VC++ .NET 2003: XmlValidatingReader via DTD - Unknown node type
Posted by SHC at 4/29/2005 2:22:03 PM
Hi all, I created an application from the Console Application (.NET) of VC++ .NET 2003, and I did "Build" the application of the attached .cpp file, volcanoes.xml and geology.dtd on my VC++ .NET 2003 - Windows XP Pro PC suscessfully. But when I ran it from the command line - C:\Documents and ...more >>

A couple of newbie xsl conversion of xml to html questions (C#/.Net)
Posted by Michael Howes at 4/29/2005 1:00:56 PM
I have some xml data that I want to turn into an html report. I wrote some xsl (my first xsl) and tested it in XMLSpy. It transformed my xml to html pretty much how I wanted (I'm still trying to understand table formatting, like table width in xsl, my tables aren't as wide as I'm specifying)....more >>

xml, dataset, datalist
Posted by buran at 4/29/2005 12:00:00 AM
Dear ASP.NET Programmers, I need your help on the following case: 1. I have a page coverpage.aspx, on which I load invoice data into the datalist control dliHospCosts. I use the stored procedure spGetHospAmounts and load the data. <ItemTemplate> <TABLE id="Table77" width="100%"...more >>



DevelopmentNow Blog