|
Revision 4000, 0.6 KB
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
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 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 9 | % |
|---|
| 10 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 11 | % Release 2.31.1 |
|---|
| 12 | % |
|---|
| 13 | % Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 14 | % |
|---|
| 15 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 16 | --> |
|---|
| 17 | |
|---|
| 18 | <xsl:import href="lgtpdf.xsl"/> |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | <xsl:param name="format" select="'us'"/> |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | </xsl:stylesheet> |
|---|