Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 22nd, 2005, 08:48 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

Container.DataItem.CreateChildView(relations) doesn't solve your problem,in your XML you have some nested tags like,
Code:
<Options>
      <SupportsAlphaSearch />
      <Barnardisation />
      <ReconcileUniverse />
      <RFModelType />
</Options>
<AccessCodes>
   <CODE>@@@@</CODE>
</AccessCodes>
or some repeated tags like,
Code:
<Language id="ENG">
       <Description>English (United States)</Description>
</Language>
<Language id="FRA">
       <Description>French (France)</Description>
</Language>
every cell of DataTable should be something like string,DateTime,int,...but for such tags every cell should be another nested DataTable or DataSet so the main DataSet would run in some problems to parse such tags,there should be some tricks for these,but I don't know,
other forums,ASP.NET Forums , CodeGuru Forums.
Quote:
quote:Originally posted by pallone
 I will let you know if I can figure out another way of doing that.
Thanks man,like you I'm very curious to find its solution because it can make many things simple:)

_____________
Mehdi.
software student.
 
Old February 22nd, 2005, 09:10 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 290
Thanks: 24
Thanked 0 Times in 0 Posts
Default

thanks Mehdi,

I will keep trying anyway.

I was wondering if someone in the forum could help us to solve this problem.

I will try in the other forums to see if someone can help.

Cheers,

Claudio






Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 XML: FOR XML PATH -> cdata? stoves SQL Server 2005 1 July 8th, 2008 02:40 AM
Creating XML doc ; writing string(xml format) into KamalRaturi XML 5 May 28th, 2008 05:51 AM
VB.net, adding XML data to an existing XML file saikoboarder XML 11 April 17th, 2008 04:19 PM
xml invalid top level from ASP write XML(solution) g000we XML 0 August 9th, 2006 03:56 AM
DTS Package, XML task. Read XML file and store it Victoria SQL Server DTS 0 July 24th, 2006 02:43 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.