packages feed

yuuko-2010.1.23: src/Text/HTML/Yuuko/Cookbook.hs

module Text.HTML.Yuuko.Cookbook where

import Text.HTML.Yuuko

type S = String -> [String]

all_text :: S
all_text = yuuko_for_text "descendant-or-self::text()"