|
From: Greg F. <gf...@ho...> - 2001-04-18 15:56:28
|
On Apr 17, 10:27am, Eric Bischoff wrote: > Subject: [Scrollkeeper-devel] Re: ScrollKeeper > > > ... > > BTW, I found this rather astonishing line in the LDP > > Author Guide Chapter 4 (thanks to an htdig search for XSL > > on the latest Sybil): > > > > $JADE -t sgml -i xml -d /home/ldp/SGML/style/xsl/docbook/html/docbook.xsl $DOCUMENT.sgml > > > > This sure looks to me like jade is processing an SGML file > > with an xsl stylesheet, but that would be a pretty good > > trick, don't you think? 8^) > > Hey, if someone can do that, I'm more than happy ;-). > > No, seriously, this must be a bug. Jade is a DSSS=B5=B5L engine, not > an XSL engine. Not a bug; it's a typo in the doc which has since been corrected. Latest - http://www.linuxdoc.org/LDP/LDP-Author-Guide/jade.html ("3.3.1.2. Jade in XML mode") I believe the line you are referring to now reads: jade -t sgml -i html -d <style> $_jade_path/pubtext/xml.dcl foo.xml r, Ferg |