<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Hans wrote:
<blockquote cite="mid1492712883.20070315192124@softflow.co.uk"
type="cite">
<pre wrap="">Thursday, March 15, 2007, 7:08:58 PM, Dr wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Don't you mean until another line break (not empty line)
of some sort is encountered? (This would be one paragraph)
In other words, if an indented line is encountered, as in this example,
that is considered a line break (or empty line) and another paragraph
is started with the new indent for the first line?
This would be another paragraph with a different indent
the two above...
</pre>
</blockquote>
<pre wrap=""><!---->
This would be cool, but as for now all of this is one paragraph.
It needs an empty line, which is in itself a paragraph of certain
vertical height vspace, to close the preceeding paragraph and allow
for anew paragraph to start.
I don't know if i can achieve what you are describing.
</pre>
</blockquote>
If it's any help, as I recall, the parsing code we used scanned forward
until it identified a paragraph break of some sort, or file end. The
conditional list for a paragraph break was defined to include blank
lines, code for tables, file end, etc, AND a return (line break),
followed by one or more indent spaces and some text. It then displayed
the scanned paragraph with wrapping up to the paragraph break. <br>
<br>
The fine print is a return followed by blank spaces but no text, was
considered a blank line, not a new paragraph since a paragraph might
have leading or following line breaks. <br>
<br>
If it helps define the code to enable future evolution, the system we
used evolved to allow one to define a paragraph formats to various
paragraph labels. Putting a paragraph label in front of a paragraph
caused that paragraph format to be used for it's parameters until a
paragraph break was encountered, when it returned to the default
paragraph formatting. <br>
<pre class="moz-signature" cols="72">--
Always, Dr Fred C
<a class="moz-txt-link-abbreviated" href="mailto:drfredc@drfredc.com">drfredc@drfredc.com</a></pre>
</body>
</html>