Re: Characterstic Specification

Subject: Re: Characterstic Specification
From: James Clark <jjc@xxxxxxxxxx>
Date: Tue, 20 May 1997 10:26:11 +0700
At 14:30 19/05/97 -0400, Vivek Agrawala wrote:

>Currently, the public ids for these characteristics are of the form:
>  "UNREGISTERED::James Clark//Characteristic::heading-level"
>Would it be possible to have more general public ids like,
>  "UNREGISTERED::James Clark//Characteristic::integer" ?
>The name of the characteristic is already available as the first
>argument to declare-characteristic.

Jade internally associates the implementation of the characteristic with the
public identifier.  You can use any identifier you choose as the first
argument to declare-characteristic, ie you can use

(declare-characteristic HL "UNREGISTERED::James
Clark//Characteristic::heading-level" 0)

(element H1
  (make paragraph
     HL: 0))

if you want.

James


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


Current Thread