Searched refs:to_xhtml_string (Results 1 – 2 of 2) sorted by relevance
79 from .serializers import to_html_string, to_xhtml_string103 'xhtml' : to_xhtml_string,104 'xhtml1': to_xhtml_string,105 'xhtml5': to_xhtml_string,
308 def to_xhtml_string(element): function