Expand my Community achievements bar.

Help needed in filtering content while vault check-out using filter.xml

Avatar

Level 1

Hi All, 

I need help to filter out the child pages of a node, but want its jcr:content and its properties while checking out from AEM usin vault checkout .

See screenshot attached: I want only the highlighted part.

[img]AEM.JPG[/img]

I tried with the following \META-INF\vault\filter.xml, But its not working.

<?xml version="1.0" encoding="UTF-8"?> <workspaceFilter version="1.0"> <filter root="/content"> <include pattern="/content/TestPage/^jcr.*" /> </filter> </workspaceFilter>

Thanks

Prashant

0 Replies