Re: [xsl] Converting XML into ODT document to print as paper

Subject: Re: [xsl] Converting XML into ODT document to print as paper
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Sep 2020 13:37:01 -0000
On Thu, 2020-09-24 at 07:57 +0000, Manuel Souto Pico
terminolator@xxxxxxxxx wrote:
> Dear all,
> 
> I would need to convert XML to something that has a fixed page layout
> ready to print, like ODT/OOXML or PDF.

After looking at your XML, probably CSS with something like paged.js or
Vivliostyle's offering would work for you and you'd have at least basic
output very quickly, without having to buy products.

But you'd still end up editing some CSS and you might end up using
either JavaScript of XSLT to turn your styles/column markup into CSS
column-count: 2 (or whatever). Going to ODT is more complex and will
likely involve more XSLT, but also doable.

Liam

-- 
Liam Quin,B https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations: B http://www.fromoldbooks.org

Current Thread