Re: Nested Text type :list

Subject: Re: Nested Text type :list
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Fri, 22 Aug 1997 17:50:33 -0900
Count the number of subelements and condition on 1 or more than one:

(if (> (node-list-length (children current-node) 1))
   (do-list )
   (do-single-entry))

Cheers,

E.
--
<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
  • Nested Text type :list
    • LINARESA - Fri, 22 Aug 1997 10:48:30 -0400 (EDT)
      • <Possible follow-ups>
      • W. Eliot Kimber - Fri, 22 Aug 1997 18:55:05 -0400 (EDT) <=