>EMACSPEAK --Complete Audio Desktop

Next: , Previous: emacspeak-w3, Up: Emacspeak Commands


11.68 emacspeak-we

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.

— Interactive Command: emacspeak-we-class-filter-and-follow nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-class-filter-and-follow-link nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-count-matches nil

Not bound to any key.

Count matches for locator in Web page.

— Interactive Command: emacspeak-we-count-nested-tables nil

Not bound to any key.

Count nested tables in Web page.

— Interactive Command: emacspeak-we-count-tables nil

Not bound to any key.

Count tables in Web page.

— Interactive Command: emacspeak-we-extract-by-class nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-by-class-list nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-by-id nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-by-id-list nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-by-property nil

Not bound to any key.

Interactively prompt for an HTML property, e.g. id or class, and provide a completion list of applicable property values. Filter document by property that is specified.

— Interactive Command: emacspeak-we-extract-id-list-text nil

Not bound to any key.

Extract text nodes from 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.

— Interactive Command: emacspeak-we-extract-id-text nil

Not bound to any key.

Extract text nodes from 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.

— Interactive Command: emacspeak-we-extract-matching-urls nil

Not bound to any key.

Extracts links whose URL matches pattern.

— Interactive Command: emacspeak-we-extract-media-streams nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-media-streams-under-point nil

Not bound to any key.

In browser buffers, extract media streams from url under point.

— Interactive Command: emacspeak-we-extract-nested-table nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-nested-table-list nil

Not bound to any key.

Extract specified list of tables from a Web page.

— Interactive Command: emacspeak-we-extract-print-streams nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-extract-table-by-match nil

Not bound to any key.

Extract table containing specified match. Optional arg url specifies the page to extract content from.

— Interactive Command: emacspeak-we-extract-table-by-position nil

Not bound to any key.

Extract table at specified position. Default is to extract from current page.

— Interactive Command: emacspeak-we-extract-tables-by-match-list nil

Not bound to any key.

Extract specified tables from a WWW page. Tables are specified by containing match pattern found in the match list.

— Interactive Command: emacspeak-we-extract-tables-by-position-list nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-follow-and-filter-by-id nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-junk-by-class nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-junk-by-class-list nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-style-filter nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-toggle-xsl-keep-result nil

Not bound to any key.

Toggle xsl keep result flag.

— Interactive Command: emacspeak-we-url-expand-and-execute nil

Not bound to any key.

Applies buffer-specific URL expander/executor function.

— Interactive Command: emacspeak-we-url-rewrite-and-follow nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-xpath-filter-and-follow nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-xpath-junk-and-follow nil

Not bound to any key.

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.

— Interactive Command: emacspeak-we-xsl-toggle nil

Not bound to any key.

Toggle application of XSL transformations.

— Interactive Command: emacspeak-we-xslt-apply nil

Not bound to any key.

Apply specified transformation to current Web page.

— Interactive Command: emacspeak-we-xslt-filter nil

Not bound to any key.

Extract elements matching specified XPath path locator from Web page – default is the current page being viewed.

— Interactive Command: emacspeak-we-xslt-junk nil

Not bound to any key.

Junk elements matching specified locator.

— Interactive Command: emacspeak-we-xslt-select nil

Not bound to any key.

Select XSL transformation applied to Web pages before they are displayed .