we is for webedit Invoke XSLT to edit/transform Web pages before they get rendered. we makes emacspeak’s webedit layer independent of a given Emacs web browser EWW This module will use the abstraction provided by browse-url to handle Web pages.
Follow url and point, and filter the result by specified class. Class can be set locally for a buffer, and overridden with an interactive prefix arg. If there is a known rewrite url rule, that is used as well. (fn CLASS URL &optional PROMPT)
Follow url and point, and filter the result by specified class. Class can be set locally for a buffer, and overridden with an interactive prefix arg. If there is a known rewrite url rule, that is used as well. (fn &optional PROMPT)
Extract elements having specified class attribute from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of class values as completion. (fn CLASS URL &optional SPEAK)
Extract elements having class specified in list ‘classes’ from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of class values as completion. (fn CLASSES URL &optional SPEAK)
Extract elements having specified id attribute from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use prompts for id values using completion. (fn ID URL &optional SPEAK)
Extract elements having id specified in list ‘ids’ from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of id values as completion. (fn IDS URL &optional SPEAK)
Extract elements having specified role attribute from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of role values as completion. (fn ROLE URL &optional SPEAK)
Extract nested table specified by ‘table-index’. Default is to operate on current web page when in a browser buffer; otherwise prompt for URL. Optional arg ‘speak’ specifies if the result should be spoken automatically. (fn INDEX URL &optional SPEAK)
Extract elements not having specified class attribute from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of class values as completion. (fn CLASS URL &optional SPEAK)
Extract elements not having class specified in list ‘classes’ from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Interactive use provides list of class values as completion. (fn CLASSES URL &optional SPEAK)
Extract elements matching specified style from HTML. Extracts specified elements from current WWW page and displays it in a separate buffer. Optional arg url specifies the page to extract contents from. (fn STYLE URL &optional SPEAK)
Apply a url rewrite rule as specified in the current buffer before following link under point. If no rewrite rule is defined, first prompt for one. Rewrite rules are of the form ‘(from to)’ where from and to are strings. Typically, the rewrite rule is automatically set up by Emacspeak tools like websearch where a rewrite rule is known. Rewrite rules are useful in jumping directly to the printer friendly version of an article for example. Optional interactive prefix arg prompts for a rewrite rule even if one is already defined. (fn &optional PROMPT)
Follow url and point, and filter the result by specified xpath. XPath can be set locally for a buffer, and overridden with an interactive prefix arg. If there is a known rewrite url rule, that is used as well. (fn &optional PROMPT)
Follow url and point, and filter the result by junking elements specified by xpath. XPath can be set locally for a buffer, and overridden with an interactive prefix arg. If there is a known rewrite url rule, that is used as well. (fn &optional PROMPT)