Re: [Zope3-Users] Re: comments in ZCML

2006-05-04 Thread Fred Drake
On 5/4/06, Benji York <[EMAIL PROTECTED]> wrote: You /can/ use "--" in HTML comments, but the rules for doing so are so complex that most people don't bother. That's because HTML is SGML. XHTML is not, and has the same restrictions as any other XML-based language. -Fred -- Fred L. Drake, J

Re: [Zope3-Users] Re: comments in ZCML

2006-05-04 Thread Benji York
luis wrote: yep. that was it.. thanks! I was using comments like which is causing problems...I didn't know "--" wasnt allowed in xml-comments.. You /can/ use "--" in HTML comments, but the rules for doing so are so complex that most people don't bother. -- Benji York Senior Software Eng

Re: [Zope3-Users] Re: comments in ZCML

2006-05-04 Thread Fred Drake
On 5/4/06, luis <[EMAIL PROTECTED]> wrote: yep. that was it.. thanks! No problem. Just be glad we're not using SGML, where the comment rules are *much* more subtle. :-) -Fred -- Fred L. Drake, Jr. "Don't let schooling interfere with your education." -- Mark Twain

[Zope3-Users] Re: comments in ZCML

2006-05-04 Thread luis
yep. that was it.. thanks! I was using comments like which is causing problems...I didn't know "--" wasnt allowed in xml-comments.. I was even leaving blank spaces after/before the openning/closing tags, but never tought of removing the extra '--' in between. thanks again. luis Fred Drake