Re: pretty printer and PCDATA (summary)

Subject: Re: pretty printer and PCDATA (summary)
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Tue, 14 Sep 1999 23:07:01 -0400 (EST)
At 9 Sep 1999 15:50 +0200, Matthias Clasen wrote:
 > jade won't pick it up from the SGML declaration, but for OpenJade
 > you can add a <standard-chars>horizontal-tab 9</standard-chars>
 > declaration to your style sheet and use #\horizontal-tab instead
 > of #\U-0009.

If it's declared as a "function character" in the FUNCTION section of
the DTD declaration, e.g:

	FUNCTION
		RE          13
		RS          10
		SPACE       32
		TAB SEPCHAR  9

then you can use &#TAB;, which will be replaced by a tab character.

In principle, you should be able to do:

   #\&#TAB;

to represent a character object for the tab character, even though
it's not the most readable of constructs.

Regards,


Tony Graham
======================================================================
Tony Graham                            mailto:tgraham@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9632
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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


Current Thread