last modified:
3/25/06 17:21:51.
 
bookmarks
 activeRenderer
 Web Outlining
 
 
vs. 2.5.3
check out Mozilla Firefox
 Welcome to services.activerenderer.com, where you can convert text documents into 'active' DHTML outlines for display into modern Web browsers.
 activeRenderer provides renderers for the following formats:
 OPML 1.0: Outline Processor Markup Language.
 activeRenderer provides its Web services through both REST and XML-RPC APIs.
 REST API calls are regular HTTP GET requests.
 The activeRenderer REST service answers at http://api.activerenderer.com/activeRenderer/render/
 You need to add parameters to the server's URL: http://api.activerenderer.com/activeRenderer/render/?param=value&param=value...
 Parameters list
 Common
 Specific to OPML rendering
 Specific to HTML (default) output
 Specific to Javascript output
 XML-RPC transmits XML formatted function calls and returned values through HTTP POST requests.
 Implementation notes
 Examples