Re: [xsl] RE: Inline Blocks?

Subject: Re: [xsl] RE: Inline Blocks?
From: "Tony Graham" <Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 28 Feb 2011 15:21:47 -0000 (GMT)
On Mon, February 28, 2011 2:48 pm, Matthew Nehrbass wrote:
> I'm using the WYSIWYG XSL-FO editor from Ecrion, so my issues may be a
> specific to their technology.
...
> But because the rows are opened and closed inside conditional statements,
> I think the parser is giving up. Is that normal?

Since you seem to know when to start and end rows, try using
'starts-row="true"' [1] for the first table cell in the row, and
'ends-row="true"' [2] for the last.

Ecrion's compliance page [3] says it supports the properties.

Regards,


Tony Graham                         Tony.Graham@xxxxxxxxxxxxxxxxxxxxxx
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd                               XML Guild member
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2

[1] http://www.w3.org/TR/xsl11/#starts-row
[2] http://www.w3.org/TR/xsl11/#ends-row
[3] http://www.ecrion.com/Products/XFRenderingServer/XSL-FO-Compliance.aspx

Current Thread