Re: Handling PIs?

Subject: Re: Handling PIs?
From: James Clark <jjc@xxxxxxxxxx>
Date: Sun, 27 Jul 1997 09:43:51 +0100
Norman Walsh wrote:

> If I have a document that contains,
> 
>   blah blah blah<?foo _newline>yada yada yada
> 
> How can I introduce something into the output at the position
> where <?foo _newline> occurs (in this case, a newline,
> obviously)?

You could do this with a query construction rule

(query
  (select-by-class (subgrove (current-root)) 'pi)
  (make paragraph-break))

This isn't supported in Jade.

James

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


Current Thread