include html in structured text
Hi, I'm writing a HOWTO and posting it to zope.org. Um, but, how do I include markup (HTML, TAL, etc) as markup in my structured text? Wrapping it in a <code/> tag didn't work--but that was just a wild guess/hope. Thanks, // mark -
doesnt escaping work ie. writing <br> instead of <br> ?!? (it should!) Mark McEahern wrote:
Hi, I'm writing a HOWTO and posting it to zope.org. Um, but, how do I include markup (HTML, TAL, etc) as markup in my structured text? Wrapping it in a <code/> tag didn't work--but that was just a wild guess/hope.
Thanks,
// mark
-
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
doesnt escaping work ie. writing <br> instead of <br> ?!? (it should!)
I know that's what ultimately has to happen--the point of my question was is there an easy to way to do it without having to do it myself? Ideally, by escaping the whole block of HTML by wrapping it in a single tag, markup, etc. Thanks, // mark -
Silly me, the solution is:: <html> ... as simple as that. <wink> Cheers, // mark
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Mark McEahern Sent: Friday, August 02, 2002 6:54 PM To: peter sabaini Cc: Zope Mailing List Subject: RE: [Zope] include html in structured text
doesnt escaping work ie. writing <br> instead of <br> ?!? (it should!)
I know that's what ultimately has to happen--the point of my question was is there an easy to way to do it without having to do it myself? Ideally, by escaping the whole block of HTML by wrapping it in a single tag, markup, etc.
Thanks,
// mark
-
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -
-
participants (3)
-
Mark McEahern -
Mark McEahern -
peter sabaini