← Prev in month
← Prev in thread
DOCBOOK-APPS: Re: DOCBOOK: links in RTF
/ "Karl Critz" <> was heard to say:
| (if (node-list-empty? target)
| (make sequence
| link-cont
| ($ss-seq$ -
| (make sequence
| " ['
| (make link
| destination: (node-list-address target)
| (element-page-number-sosofo target))
| "]"))))))
You've got no "else" clause for this if statement. You must always
have an else in DSSSL, even if it's just (empty-sosofo)
Be seeing you,
norm
--
Norman Walsh <> | What are the thoughts of the
http://www.oasis-open.org/docbook/ | canvas on which a masterpiece is
Chair, DocBook Technical Committee | being created? "I am being soiled,
| brutally treated and concealed
| from view." Thus men grumble at
| their destiny, however fair.--Jean
| Cocteau
← Prev in month
← Prev in thread