Help for this page

Select Code to Download


  1. or download this
    for //text() { if xsh:match(., '^\s+$') set . '' }
    
  2. or download this
    for //text() {
        if ((following-sibling::* or preceding-sibling::*) and xsh:match(.
    +, '^\s+$'))
            set . ''
        }