Re: libwww-perl-5b5 released

Achim Bohnet (ach@rosat.mpe-garching.mpg.de)
Mon, 18 Sep 1995 15:40:31 +0200


This is a multipart MIME message.

--===_0_Mon_Sep_18_13:15:52_MET_DST_1995
Content-Type: text/plain; charset=us-ascii

>>>Gisle Aas said:
 > Achim Bohnet writes:
 > > Actually -o html shows that you realy insert a <p>:
 > > <UL><LI>... <LI>... ...</UL> will be converted to 
 > > <UL><LI>... <P><LI>...<P> ...</UL>..
 > > Same is true <PRE> ...</PRE>foobar -> <PRE> ...</PRE><P>foobar.
 > 
 > $ cat >xx.html
 > <UL><LI>... <LI>... ...</UL>
 > $ request -o html xx.html
 > <HTML>
 >   <BODY>
 >     <UL>
 >       <LI>... 
 >       </LI>
 >       <LI>... ...
 >       </LI>
 >     </UL>
 >   </BODY>
 > </HTML>
 > 
 > No extra <P>'s here!  How does your html source look like?

I'm sorry. I can't reproduce the error (I'm sure I mixed up
something). But I can remember my starting point: It was
a </pre> not capitalized and a <PRE> additonaly insert (last item below).

The following is reproduceable:

	- GET goes to an endless loop:

		echo test > yy.html; GET -o html yy.html
  
	  It's buggy HTMl but GET should not try to consumes all cpu time
	  forever :-(  (perl5.001m, OSF1 V3.0)
	
	- Here the only extra <P> inserted I could find today (shame, shame
	  shame on me):

o01(2) ~/perl > cat > zz.html
test o01(2) ~/perl > GET -o html zz.html

test

o01(0) ~/perl > 

	- Appended is a part of my home page. Have a look at the 
	  </pre> after the bike driver after you convert it with GET -o html.
	  It is not converted to </PRE> but almost at the end 
	  after the two <HR><HR> a </PRE> is inserted.

	  If it is desired that the comment is stripped, I don't know.


Last but not least: Here a suggestion (category: nice to have): For small
test examples it would be handy to:

	echo '<html><body>test' | GET -o html -

Best wishes,
Achim

--===_0_Mon_Sep_18_13:15:52_MET_DST_1995
Content-Type: text/html; charset=us-ascii
Content-Description: xx.html
Content-Transfer-Encoding: quoted-printable

If you have suggestions to our ROSAT WWW service let me = know.
	Send mail to: ach@rosat.mpe-garching.mpg.de
		via forms interface
		 or mailto:

     	Public PGP key
	Tel. +49 89-3299-3322


                    __*
                  _`\<,_
                 (_)/ (_)
              ~~~~~~~~~~~~~

Back to 3D"[ROSAT or ROSAT Service Area or = 3D"[MPE

=

Misc Stuff

--===_0_Mon_Sep_18_13:15:52_MET_DST_1995--