(dsssl) Re: Practical Bibliography question

Subject: (dsssl) Re: Practical Bibliography question
From: Karl Eichwalder <keichwa@xxxxxxx>
Date: Tue, 09 Oct 2001 03:19:41 +0200
Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:

> Trent Shipley writes:
>  > Mostly because I don't know what I'm doing, and there are no DSSSL
>  > textbooks.
> lots of Lisp textbooks, though, and thats the big learning point (IMHO)

Actually, DSSSL is based on Scheme.

>  > A) Enumerate only those notes with an attribute type of "general" 
>  > 
>  > I couldn't find an example of how to do this so I just hide all the notes 
>  > that tell me to double check spelling and so on with a 
>  > <!ELEMENT % comment "IGNORE> toggle.
>
> um, I cant remember how to do it in DSSSL, but surely someone on this
> list knows?

"Marked sections" are an SGML feature; use this to comment "xxx":

<!DOCTYPE book [
...
<!ELEMENT % comment "IGNORE">
...
]>
<book>
...
<![ %comment; [
xxx
]]>
...
</book>


-- 
ke@xxxxxxx (work) / keichwa@xxxxxxx (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)

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

Current Thread