>![]() |
Next: emacspeak-websearch, Previous: emacspeak-w3m, Up: Emacspeak Commands
Commentary: 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 like W3 or W3M This module will use the abstraction provided by browse-url to handle Web pages. Module emacspeak-webutils provides the needed additional abstractions not already covered by browse-url
Automatically generated documentation for commands defined in module emacspeak-we.
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.
Count matches for locator in Web page.
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.
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.
Extract elements having specified id attribute 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.
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.
Extracts links whose URL matches pattern.
Extract links to media streams. 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.
In browser buffers, extract media streams from url under point.
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.
Extract specified list of tables from a Web page.
Extract links to printable streams. 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.
Extract table containing specified match. Optional arg url specifies the page to extract content from.
Extract table at specified position. Default is to extract from current page.
Extract specified tables from a WWW page. Tables are specified by containing match pattern found in the match list.
Extract specified list of nested tables from a WWW page. Tables are specified by their position in the list of nested tables found in the page.
Follow url and point, and filter the result by specified id. Id 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.
Junk 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.
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.
Applies buffer-specific URL expander/executor function.
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.
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.
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.
Apply specified transformation to current Web page.
Extract elements matching specified XPath path locator from Web page – default is the current page being viewed.