[no subject]

From: LINARESA@xxxxxxxxxxxx (LINARESA)
Date: Tue, 16 Dec 1997 15:58:59 -0500
I have this bit of code that I am getting errors on.  I am using the IF to eval
certain <TEXT>'s parents attributes

(element TEXT
  (if (string=? (attribute-string "TYPE" (parent (current-node)))  "LIST:NONE")
      (make paragraph       if it equals, increase start indentation
        start-indent: 20pt  
        (process-children)
      )
      (process-children)        else just output as usual
  )
)

Jade is giving me error mesages when I run it:
    1st argument for primitive "string=?" of  wrong type: "#f" not a string


Any help would be appriciated

Andre Linares


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


Current Thread
  • [no subject]
    • LINARESA - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id RAA09668Tue, 16 Dec 1997 17:52:05 -0500 (EST) <=
      • Henry Thompson - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id FAA19157Wed, 17 Dec 1997 05:23:14 -0500 (EST)