From owner-freebsd-doc@FreeBSD.ORG Sat Mar 19 03:41:52 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342E416A4CE for ; Sat, 19 Mar 2005 03:41:52 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDE343D54 for ; Sat, 19 Mar 2005 03:41:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a182.otenet.gr [212.205.215.182]) j2J3fFlv007037; Sat, 19 Mar 2005 05:41:16 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j2J3fjlO016186; Sat, 19 Mar 2005 05:41:45 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j2J3fiPN016185; Sat, 19 Mar 2005 05:41:44 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 19 Mar 2005 05:41:44 +0200 From: Giorgos Keramidas To: Murray Stokely Message-ID: <20050319034144.GA16158@gothmog.gr> References: <200503020950.j229oWIV040296@freefall.freebsd.org> <20050318155151.GG86525@freebsdmall.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050318155151.GG86525@freebsdmall.com> cc: freebsd-doc@freebsd.org Subject: Re: docs/78240: Replace with around a # X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 03:41:52 -0000 On 2005-03-18 07:51, Murray Stokely wrote: >On Wed, Mar 02, 2005 at 09:50:32AM +0000, Giorgos Keramidas wrote: >> (element literal >> (make-sequence >> (literal "``") >> (process-children) >> (literal "''"))) >> >> I'm not very acquainted with DSSSL, so this may be wrong. The general >> idea is that all elements will automagically quote their >> contents, so we don't need to literal stuff. > > Yes I like the DSSSL solution. Your code is correct but you may > prefer (next-match) to (process-children) if the intention is to add > quotes in ADDITION to the default formatting (monospace font?). Your > current code uses quotes INSTEAD of the default formatting. You're right. I wanted the quotes _in addition_ to any formatting already there. Many thanks for the DSSSL help :-) I've been planning to experiment with this in various output formats for a while, but didn't get around to it. Knowing the correct way to do this, is certainly helpful. BTW, where does one go to learn more about DSSSL these days? - Giorgos