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.fdrake at gmail.com Don't let schooling interfere with your education. -- Mark Twain

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 !-- --- Adapters -- 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

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, Jr.