Re: [jade] formatting-instruction strips out markup in data:

Subject: Re: [jade] formatting-instruction strips out markup in data:
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 6 Jan 1999 10:45:36 GMT
(define ($html-body-start$)
  (make formatting-instruction data: "<P>foo</P>"))

Remember that the dsssl spec is parsed as sgml against the dsssl spec dtd
first before anything else happens, so <P> fails already at that point.

You can replace < by &#60; then it will write out <P> to your
output as you want.

David


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread