/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to xml.files/odt/export/common/ooo2ms_docpr.xsl

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-16 09:27:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090216092717-wipyvaaw2srxhgns
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 
 
4
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
5
  
 
6
  Copyright 2008 by Sun Microsystems, Inc.
 
7
 
 
8
  OpenOffice.org - a multi-platform office productivity suite
 
9
 
 
10
  $RCSfile: ooo2ms_docpr.xsl,v $
 
11
 
 
12
  $Revision: 1.10 $
 
13
 
 
14
  This file is part of OpenOffice.org.
 
15
 
 
16
  OpenOffice.org is free software: you can redistribute it and/or modify
 
17
  it under the terms of the GNU Lesser General Public License version 3
 
18
  only, as published by the Free Software Foundation.
 
19
 
 
20
  OpenOffice.org is distributed in the hope that it will be useful,
 
21
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
22
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
23
  GNU Lesser General Public License version 3 for more details
 
24
  (a copy is included in the LICENSE file that accompanied this code).
 
25
 
 
26
  You should have received a copy of the GNU Lesser General Public License
 
27
  version 3 along with OpenOffice.org.  If not, see
 
28
  <http://www.openoffice.org/license.html>
 
29
  for a copy of the LGPLv3 License.
 
30
 
 
31
-->
 
32
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" exclude-result-prefixes="office table style text draw svg   dc config xlink meta oooc dom ooo chart math dr3d form script ooow draw">
 
33
    <xsl:template match="office:meta">
 
34
        <o:DocumentProperties>
 
35
            <o:Title>
 
36
                <xsl:value-of select="dc:title"/>
 
37
            </o:Title>
 
38
            <o:Subject>
 
39
                <xsl:value-of select="dc:subject"/>
 
40
            </o:Subject>
 
41
            <o:Keywords>
 
42
                <xsl:for-each select="meta:keywords/meta:keyword">
 
43
                    <xsl:value-of select="."/>
 
44
                    <xsl:if test="position()!=last()">, </xsl:if>
 
45
                </xsl:for-each>
 
46
            </o:Keywords>
 
47
            <o:Description>
 
48
                <xsl:value-of select="dc:description"/>
 
49
            </o:Description>
 
50
            <o:Category>
 
51
                <xsl:value-of select="meta:user-defined[@meta:name = 'Category']"/>
 
52
            </o:Category>
 
53
            <o:Author>
 
54
                <xsl:value-of select="meta:initial-creator"/>
 
55
            </o:Author>
 
56
            <o:LastAuthor>
 
57
                <xsl:value-of select="dc:creator"/>
 
58
            </o:LastAuthor>
 
59
            <o:Manager>
 
60
                <xsl:value-of select="meta:user-defined[@meta:name = 'Manager']"/>
 
61
            </o:Manager>
 
62
            <o:Company>
 
63
                <xsl:value-of select="meta:user-defined[@meta:name = 'Company']"/>
 
64
            </o:Company>
 
65
            <o:HyperlinkBase>
 
66
                <xsl:value-of select="meta:user-defined[@meta:name = 'HyperlinkBase']"/>
 
67
            </o:HyperlinkBase>
 
68
            <o:Revision>
 
69
                <xsl:value-of select="meta:editing-cycles"/>
 
70
            </o:Revision>
 
71
            <!-- PresentationFormat, Guid, AppName, Version -->
 
72
            <o:TotalTime>
 
73
                <xsl:if test="meta:editing-duration">
 
74
                    <xsl:variable name="hours">
 
75
                        <xsl:choose>
 
76
                            <xsl:when test="contains(meta:editing-duration, 'H')">
 
77
                                <xsl:value-of select="substring-before( substring-after( meta:editing-duration, 'PT'), 'H')"/>
 
78
                            </xsl:when>
 
79
                            <xsl:otherwise>0</xsl:otherwise>
 
80
                        </xsl:choose>
 
81
                    </xsl:variable>
 
82
                    <xsl:variable name="minutes">
 
83
                        <xsl:choose>
 
84
                            <xsl:when test="contains(meta:editing-duration, 'M') and contains(meta:editing-duration, 'H')">
 
85
                                <xsl:value-of select="substring-before( substring-after( meta:editing-duration, 'H'), 'M')"/>
 
86
                            </xsl:when>
 
87
                            <xsl:when test="contains(meta:editing-duration, 'M')">
 
88
                                <xsl:value-of select="substring-before( substring-after( meta:editing-duration, 'PT'), 'M')"/>
 
89
                            </xsl:when>
 
90
                            <xsl:otherwise>0</xsl:otherwise>
 
91
                        </xsl:choose>
 
92
                    </xsl:variable>
 
93
                    <xsl:value-of select="$hours * 60 + $minutes"/>
 
94
                </xsl:if>
 
95
            </o:TotalTime>
 
96
            <o:LastPrinted>
 
97
                <xsl:if test="meta:print-date">
 
98
                    <xsl:value-of select="concat( meta:print-date, 'Z')"/>
 
99
                </xsl:if>
 
100
            </o:LastPrinted>
 
101
            <o:Created>
 
102
                <xsl:if test="meta:creation-date">
 
103
                    <xsl:value-of select="concat( meta:creation-date, 'Z')"/>
 
104
                </xsl:if>
 
105
            </o:Created>
 
106
            <o:LastSaved>
 
107
                <xsl:if test="dc:date">
 
108
                    <xsl:value-of select="concat( dc:date, 'Z')"/>
 
109
                </xsl:if>
 
110
            </o:LastSaved>
 
111
            <o:Pages>
 
112
                <xsl:value-of select="meta:document-statistic/@meta:page-count"/>
 
113
            </o:Pages>
 
114
            <o:Words>
 
115
                <xsl:value-of select="meta:document-statistic/@meta:word-count"/>
 
116
            </o:Words>
 
117
            <o:Characters>
 
118
                <xsl:value-of select="meta:document-statistic/@meta:character-count"/>
 
119
            </o:Characters>
 
120
            <!-- CharactersWithSpaces, Bytes, Lines -->
 
121
            <o:Paragraphs>
 
122
                <xsl:value-of select="meta:document-statistic/@meta:paragraph-count"/>
 
123
            </o:Paragraphs>
 
124
        </o:DocumentProperties>
 
125
        <o:CustomDocumentProperties>
 
126
            <o:Editor dt:dt="string">
 
127
                <xsl:value-of select="meta:generator"/>
 
128
            </o:Editor>
 
129
            <o:Language dt:dt="string">
 
130
                <xsl:value-of select="dc:language"/>
 
131
            </o:Language>
 
132
            <xsl:for-each select="meta:user-defined">
 
133
                <!-- transfer strings to XML QName, necessary to convert several characters -->
 
134
                <xsl:element name="{concat( 'o:', translate(@meta:name,'.,| ~`!@#$%^&amp;&lt;&gt;*()+=[]{};:&quot;/\?','_'))}">
 
135
                    <xsl:attribute name="dt:dt">string</xsl:attribute>
 
136
                    <xsl:value-of select="."/>
 
137
                </xsl:element>
 
138
            </xsl:for-each>
 
139
        </o:CustomDocumentProperties>
 
140
    </xsl:template>
 
141
</xsl:stylesheet>