Re: Table Height - explicitly setting AND Re: Title Page with a Table

Subject: Re: Table Height - explicitly setting AND Re: Title Page with a Table
From: Chris Maden <crism@xxxxxxx>
Date: Fri, 20 Feb 1998 12:15:38 -0500
[Norm Walsh]
> I can't think of any reason why the stylesheet couldn't be made
> smart enough to find the data in PIs.  I'm just not sufficiently
> motivated, personally, to do it at the moment. ;-)

Processing instructions are addressable nodes.  The default
construction rule for them is an empty-sosofo, but you can explicitly
describe a different construction rule for them.

The problem is addressing.  In this case, the construction rule for
<row> should probably iterate over its children, and if the
(node-property 'class-name) of the node is 'pi, parse its
(node-property 'system-data) for the row height.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


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


Current Thread