> Hi,
> > I would like to know if we can made an XPath query into an > XML file saved as a binary in the JCR repo. > No this is not possible. XPath queries are done on nodes and properties. If you need to query the xml with XPath, I think you should either store every xml element as a node and attribute as a property (though this might get way to big ofcourse) or fetch the xml binary file and parse it. Ard >
