Re: [Htmlparser-developer] HTMLStringNode
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-14 10:30:59
|
> I am observing one more strange occurrence in a HTMLStringNode. > > Whenever I have a string between 2 tags whose last character is \n it is > returned to me appended by \r\n. Yes, this is indeed a bug.. I am not even sure if we should autodetect system default. What if, you are creating the parsed file in linux and sending it to windoze machines? We'd still have the nice squares. It would be good to have a user-defined controlling mechanism, to choose if it should be system autodetected, or the particular end of line char to be used. Bytway, I am finding very little time to devote at present (for a couple of weeks) on the parser. If you or other developers can volunteer to work on this, it will really benefit the product and the community. The process is now streamlined, so you can easily make releases by simple using the ant file (in CVS). Also - it is not good for a project that is used by so many to rest on one person. Regards, Somik |