root/trunk/xml/lgtpdfa4.xsl

Revision 4662, 0.7 KB (checked in by pmoura, 6 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsl:stylesheet
3    version="1.0"
4    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5    xmlns:fo="http://www.w3.org/1999/XSL/Format">
6
7<!--
8================================================================
9Logtalk - Open source object-oriented logic programming language
10Release 2.35.0
11
12Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
13Logtalk is free software.  You can redistribute it and/or modify
14it under the terms of the "Artistic License 2.0" as published by
15The Perl Foundation. Consult the "LICENSE.txt" file for details.
16================================================================
17-->
18
19<xsl:import href="lgtpdf.xsl"/>
20
21
22<xsl:param name="format" select="'a4'"/>
23
24
25</xsl:stylesheet>
Note: See TracBrowser for help on using the browser.