Versions Compared

Key

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

...

  • To see a list of WebManager language labels in the edit environment use the following query:
    //element(*, wo:wm_edit_language)
    
  • To see a list of all webinitiatives
    //element(*, 	wo:wm_webinitiatif)
    
  • To see a list of ss_element_external_content where "last X days" > 100 use the following query:
    //element(*, wo:ss_element_external_content) [@wo:lastxdays>100]
    

...

  • 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 articles (element holders) which have a link that refers to a page of nu.nl
    //element(*, wo:
    ss
    wm_element_
    section
    holder)[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]
    

...