Thank you Shamil, your patch is now in CVS.
Shamil Yahin wrote:
>
> Hello Daniel,
>
> Wednesday, August 30, 2000, 4:47:22 AM, you wrote:
>
> >> Then XML parsers complain that the string "--" is not permitted within
> >> comments and they are right ;-)
>
> DLR> You're right Shamil. Would you please send a patch? Thanks!
>
> Some thing like this?
> Simply replaced "--" with "=="
> =============================================================
> --- DateSelector.java.orig Wed Aug 30 07:15:49 2000
> +++ DateSelector.java Wed Aug 30 07:16:29 2000
> @@ -370,11 +370,11 @@
> yearSelect.setOnChange(onChange);
> }
> ElementContainer ec = new ElementContainer();
> - ec.addElement(new Comment("-- BEGIN
>org.apache.turbine.util.DateSelector.ecsOutput() --"));
> + ec.addElement(new Comment("== BEGIN
>org.apache.turbine.util.DateSelector.ecsOutput() =="));
> ec.addElement(monthSelect);
> ec.addElement(daySelect);
> ec.addElement(yearSelect);
> - ec.addElement(new Comment("-- END
>org.apache.turbine.util.DateSelector.ecsOutput() --"));
> + ec.addElement(new Comment("== END
>org.apache.turbine.util.DateSelector.ecsOutput() =="));
> return (ec);
> }
> }
>
> =============================================================
>
> --
> Best regards,
> Shamil mailto:[EMAIL PROTECTED]
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
--
Daniel Rall <[EMAIL PROTECTED]>
http://collab.net/ | open source | do the right thing
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]