Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

Need an Algorithm to convert a boolen expression in InFix notation into its CAML format. The expression may contain parenthesis, and logical operators: {AND, OR, NOT} with Relational operators: {<, >, >=, <=, <>,=}

A typical boolean expression may appear as follows:
a<2 AND (b>=4 OR c<>6 AND (d>=8 OR e=10))

The algorithm should be able to convert such an expression to its equivalent CAML XML format.

Thanks,
Nice Christmas/New Years gift is in the works for great ideas.
Howard

share|improve this question
1  
Is there a particular part you are struggling with? This site is for questions and answers, not providing complete solutions. – lgaud Dec 14 '12 at 20:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.