Is it possible to validate a CAML query (to check whether it is correctly formed or not) before executing it in SharePoint? Otherwise, while executing the CAML query, it gives weird errors, which don't give any indication that, it is because of the improper CAML query.
1 Answer
A great tool to use to craft, test, and validate is the BIWUG CAML Designer. It can be found on their web site, http://www.biwug.be/resources. It has been highly invaluable when working with both client side and server side code.
-
A similar tool can be found at u2u.be/Software.Todd– Todd2016-05-26 21:25:19 +00:00Commented May 26, 2016 at 21:25
-
I meant dynamically (at runtime) in code.Ven– Ven2016-05-27 08:42:27 +00:00Commented May 27, 2016 at 8:42