I think that there is something called XmlDataProvider which has replaced
this. I'm not sure how similar the functionality is between the two,
because I haven't had a chance to delve into this feature much yet.
I have found Beatriz Costa's blog at
http://www.beacosta.com/ to be a very
useful resource for this type of stuff, though. Your mileage may vary.
-Bob
"madhur" <ahuja.madhur@gmail.com> wrote in message
news:1141303400.150847.303580@i40g2000cwc.googlegroups.com...
> Hello
>
> I am using the Jan CTP runtime for devoping WPF applications. I have
> made a simple application which gathers data from the XML file. However
> Visual Studio is unable to recognize this tag.
>
> <Window x:Class="databinding.Window1"
> xmlns="http://schemas.microsoft.com/winfx/avalon/2005"
> xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"
> Title="databinding"
> >
> <Window.Resources>
> <XmlDataSource x:Key="Family" Source="family.xml"
> XPath="/Family/Person" />
>
> </Window.Resources>
>
> Error 2 Unknown tag 'XmlDataSource' in namespace
> 'http://schemas.microsoft.com/winfx/avalon/2005'. Note that tag names
> are case sensitive.
>
> Any help. Thanks..
>
> Madhur Ahuja
>