Hi, On 2/19/07, Malligarjunan Sidduraj <[EMAIL PROTECTED]> wrote:
Can we apply XPath on a particular Property value which is a type of application/xml.We can do XPath on JCR tree Hierarchy that I know. Ex : "//[EMAIL PROTECTED] = 'wsdl' In that above example I want apply the XPath on Property value? Like "//[EMAIL PROTECTED] = (XPATH Query) or some XPath Query on content?
No, that's not possible. If possible, you might want to consider modifying your content model so that instead of storing XML in your properties you expand the content into normal JCR nodes and properties. BR, Jukka Zitting
