Package openid :: Package yadis :: Module parsehtml
[frames | no frames]

Module openid.yadis.parsehtml

Exceptions
MetaNotFound Exception to hold the content of the page if we did not find the appropriate <meta> tag

Function Summary
str findHTMLMeta(stream)
Look for a meta http-equiv tag with the YADIS header name.

Function Details

findHTMLMeta(stream)

Look for a meta http-equiv tag with the YADIS header name.
Parameters:
stream - Source of the html text
           (type=Object that implements a read() method that works like file.read)
Returns:
The URI from which to fetch the XRDS document
           (type=str)
Raises:
MetaNotFound - raised with the content that was searched as the first parameter.

Generated by Epydoc 2.1 on Fri Jun 27 15:48:23 2008 http://epydoc.sf.net