I'm currently trying to create a xpath query in crxde that is looking for items that contain some special characters. Here is what i have. /jcr:root/content/*//jcr:content//*[jcr:contains(., '<style>')]
This end up yeilding a list of items containing style instead of <style>. I've tried escaping the character like this "\<style\>" and that didn't do anything.