Ticket #176 (new enhancement)

Opened 8 months ago

use css to render xhtml

Reported by: gaspard Assigned to: gaspard
Priority: major Milestone: 1.0
Component: zena Keywords:
Cc: Estimated Number of Hours: 4
Add Hours to Ticket: 0 Billable?: 1
Total Hours: 0

Description

Use open source css2xslfo if 'fop' tag's stylesheet is a "css" else use plain 'fop'.

<r:fop stylesheet='super.css'>
 ...
</r:fop>

This should add the preamble:

<?xml-stylesheet type="text/css" href="style.css"?>

Refs #79. }}}