Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Find an link which refers to a page of nu.nl
    //element(*,wo:ss_element_internal_externallink)[jcr:like(@wo:URL,'http://www.nu.nl/%')]
    

 

  • Find pages which have a link that refers to a page of nu.nl
    //element(*,wo:ss_section)[jcr:like(wo:related/wo:URL,'http://www.nu.nl/%')
  • Find pages which have a link that refers to a page of nu.nl
    //element(*,wo:ss_section)[jcr:like(wo:related/wo:URL,'http://www.nu.nl/%')

 

  • Find page versions which have an preload form attribute
    //element(*, wo:ss_section)[@wo:preload_form]
    

...