Re: Missing feature in XSL 1.1

>> quite easy extensions. Suppose that XSL-FO would have facility for 
>> creating auxiliary XML document. You will be able to add elements to 
>> this document by some FO like
>> 
>> <fo:pin class="image" id="p023"/>
>> 
>> This instruction will expand to element which content will be actual 
>> page number (e.g. 42):
>> 
>> <pin class="image" id="p023>42</pin>
>> 
> 
> Why not just add "inside" and "outside" values to attribute "float"?
> It is already done as an extension in RenderX XEP, and work quite well.

OK. For particular issue connected with floats your solution works well. 
But other requirements are not so easy to achieve by simple addition of 
property values. Quite general mechanism like auxiliary file (pins) can 
solve many different tasks. In my books I preffer to have dynamic 
crossreferences like:

see table 3.1
see table 3.1 on the following page
see table 3.1 on page 342

Text of crossreference depends on actual page number and on the page 
number of referenced object. This can be quite easily accomplished in 
other typesetting systems like TeX. AFAIK XSL-FO doesn't offer solution 
for this requirement, but auxiliary file and XSLT preprocessing can 
solve this. I will be glad if similar functionality will be at least 
optional feature of FO processors. It doesn't fit nicely into the 
current processing model of XSL-FO, but it is very powerfull feature.

					Jirka

-- 
-----------------------------------------------------------------
   Jirka Kosek  	
   e-mail: jirka@kosek.cz
   http://www.kosek.cz

Received on Friday, 26 December 2003 16:38:33 UTC