Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2005 02:10:27 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        murray@freebsdmall.com
Cc:        freebsd-doc@FreeBSD.org
Subject:   Re: Turning on smartquotes for HTML output
Message-ID:  <20050506.021027.65825851.hrs@allbsd.org>
In-Reply-To: <20050505132411.GC6071@freebsdmall.com>
References:  <20050505132411.GC6071@freebsdmall.com>

next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Fri_May__6_02_10_27_2005_716)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Murray Stokely <murray@freebsdmall.com> wrote
  in <20050505132411.GC6071@freebsdmall.com>:

mu> -	    (literal "``")
mu> +	    (literal "&#8220;")
mu>  	    (process-children)
mu> -	    (literal "''")))
mu> +	    (literal "&#8221;")))

 Hmm, I am not sure but (make entity-ref) may be reasonable here:

 	(element quote
 	  (make sequence
-	    (literal "``")
+	    (make entity-ref name: "#8220")
 	    (process-children)
-	    (literal "''")))
+	    (make entity-ref name: "#8221")))

-- 
| Hiroki SATO

----Security_Multipart(Fri_May__6_02_10_27_2005_716)--
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQBCelODTyzT2CeTzy0RAs5DAJ9awiBgwYhht0kAdPj4WIXOFY0bXwCgvXY1
VVWZQ1NQzBMpeapEBWINpSw=
=5lZj
-----END PGP SIGNATURE-----

----Security_Multipart(Fri_May__6_02_10_27_2005_716)----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050506.021027.65825851.hrs>