> > Not sure what you mean by section break here. Perhaps <p>

> Yeah, Define what's a section break.. If there is any in html... He may
> be means <hr>

        I now understand what he means. He would like to insert the same
record_id (via some HTML construct) that shows up when a page exceeds the
64k boundary when being parsed. The [Click here for the next part]
part of the pages. It's found in PluckerDocs.py:

        if par_length + self._last_document_length > Max_Document_Size:
                [..]
                tmp_para.add_text (Document_Next_Part_Text)
                [..]
                tmp_para.add_text (Document_Previous_Part_Text)
                [..]
        self._documents[-1].append (par)
        self._last_document_length = self._last_document_length + par_length

        How about we add a new HTML element like we've done for MAXDEPTH
inside the <A HREF=...> construct, called <SB> or SECTIONBREAK, so we can
enforce this behavior and get a manual section break to appear? Bill, easy
to implement?




--------------------.          pgp://7075AE4A    ,-.   pilot-link   plucker
David A. Desrosiers  \    ,---------------------'   \  sourcefubar  cvs
gnu-designs.com, Inc. `--' hacker at gnu-designs.com `---------------------

Reply via email to