Re: Query support

Subject: Re: Query support
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Mon, 28 Jul 1997 11:11:14 -0900
At 07:29 PM 7/27/97 +0100, Richard Light wrote:
>Any plans to support query?

It's a little clumsy, but you can get most of the effect of 
query rules by using a big condition statement in your
default rule:

(default
   (cond 
     ((is-character? (current-node))
      (empty-sosofo))
     (else (empty-sosofo))))

Cheers,

Eliot
--
<Address HyTime=bibloc>
W. Eliot Kimber, Senior Consulting SGML Engineer
Highland Consulting, a division of ISOGEN International Corp.
2200 N. Lamar St., Suite 230, Dallas, TX 95202.  214.953.0004
www.isogen.com
</Address>

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


Current Thread