LINQ in Action roller

Need Help with creating an XPath parser in Linq (using Infix-PostFix and Expression Trees)

Silverlight lacks XPath support in LinqToXML. I need to be able to do dynamic queries over xml for a medical application, where the queries themselves are stored in XML. An example of this type of query is a rule for when a certain test (in this casea pap smear) is needed: match="/root[not(age<21) and gender='female' and age<30 and not(psh/_psh[contains(@title,'hysterectomy')])]" My goal is to develop an Xpath to Linq converter to use in Silverlight. Using Infix to Postfix, - I've been able Read More...
Published Sunday, November 30, 2008 6:48 PM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication