Label for a room

A4 format. <?xml version=”1.0″ encoding=”utf-8″?> <xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” xmlns:fo=”http://www.w3.org/1999/XSL/Format”> <xsl:output method=”xml” indent=”yes”/> <xsl:template match=”objects”> <fo:root> <fo:layout-master-set> <fo:simple-page-master master-name=”label” page-height=”29.7cm” page-width=”21cm” […]

Sample with logo

The logo is stored in the folder param (name: param/logo.png) <?xml version=”1.0″ encoding=”utf-8″?> <xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” xmlns:fo=”http://www.w3.org/1999/XSL/Format”> <xsl:output method=”xml” indent=”yes”/> […]