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 >>
|