metanorma-ogc 2.6.1 → 2.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ogc/html/htmlstyle.css +2 -2
- data/lib/isodoc/ogc/html/htmlstyle.scss +1 -1
- data/lib/isodoc/ogc/html/scripts.html +9 -68
- data/lib/isodoc/ogc/html_convert.rb +31 -0
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +75 -18
- data/lib/isodoc/ogc/ogc.best-practice.xsl +75 -18
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +75 -18
- data/lib/isodoc/ogc/ogc.community-practice.xsl +75 -18
- data/lib/isodoc/ogc/ogc.community-standard.xsl +75 -18
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +75 -18
- data/lib/isodoc/ogc/ogc.draft-standard.xsl +75 -18
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +75 -18
- data/lib/isodoc/ogc/ogc.other.xsl +75 -18
- data/lib/isodoc/ogc/ogc.policy.xsl +75 -18
- data/lib/isodoc/ogc/ogc.reference-model.xsl +75 -18
- data/lib/isodoc/ogc/ogc.release-notes.xsl +75 -18
- data/lib/isodoc/ogc/ogc.standard.xsl +75 -18
- data/lib/isodoc/ogc/ogc.test-suite.xsl +75 -18
- data/lib/isodoc/ogc/ogc.user-guide.xsl +75 -18
- data/lib/isodoc/ogc/ogc.white-paper.xsl +74 -17
- data/lib/metanorma/ogc/basicdoc.rng +861 -481
- data/lib/metanorma/ogc/biblio-standoc.rng +87 -20
- data/lib/metanorma/ogc/biblio.rng +882 -325
- data/lib/metanorma/ogc/isodoc.rng +1031 -915
- data/lib/metanorma/ogc/reqt.rng +94 -75
- data/lib/metanorma/ogc/version.rb +1 -1
- metadata +2 -2
@@ -817,7 +817,7 @@
|
|
817
817
|
<xsl:choose>
|
818
818
|
<xsl:when test="@level = 1">
|
819
819
|
<fo:list-block provisional-distance-between-starts="8mm">
|
820
|
-
<xsl:if test="@type = 'annex'">
|
820
|
+
<xsl:if test="@type = 'annex' or (@type = 'references' and normalize-space(@section) = '')">
|
821
821
|
<xsl:attribute name="provisional-distance-between-starts">0mm</xsl:attribute>
|
822
822
|
</xsl:if>
|
823
823
|
<fo:list-item>
|
@@ -13637,6 +13637,39 @@
|
|
13637
13637
|
</pdf:catalog>
|
13638
13638
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
13639
13639
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
13640
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
13641
|
+
<pdfaExtension:schemas>
|
13642
|
+
<rdf:Bag>
|
13643
|
+
<rdf:li rdf:parseType="Resource">
|
13644
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
13645
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
13646
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
13647
|
+
<pdfaSchema:property>
|
13648
|
+
<rdf:Seq>
|
13649
|
+
<rdf:li rdf:parseType="Resource">
|
13650
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13651
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
13652
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
13653
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
13654
|
+
</rdf:li>
|
13655
|
+
<rdf:li rdf:parseType="Resource">
|
13656
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13657
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
13658
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
13659
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13660
|
+
</rdf:li>
|
13661
|
+
<rdf:li rdf:parseType="Resource">
|
13662
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13663
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
13664
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
13665
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13666
|
+
</rdf:li>
|
13667
|
+
</rdf:Seq>
|
13668
|
+
</pdfaSchema:property>
|
13669
|
+
</rdf:li>
|
13670
|
+
</rdf:Bag>
|
13671
|
+
</pdfaExtension:schemas>
|
13672
|
+
</rdf:Description>
|
13640
13673
|
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
13641
13674
|
<!-- Dublin Core properties go here -->
|
13642
13675
|
<dc:title>
|
@@ -13647,33 +13680,57 @@
|
|
13647
13680
|
|
13648
13681
|
</xsl:for-each>
|
13649
13682
|
</xsl:variable>
|
13650
|
-
<
|
13651
|
-
<
|
13652
|
-
<xsl:
|
13653
|
-
|
13654
|
-
|
13655
|
-
|
13656
|
-
|
13657
|
-
|
13683
|
+
<rdf:Alt>
|
13684
|
+
<rdf:li xml:lang="x-default">
|
13685
|
+
<xsl:choose>
|
13686
|
+
<xsl:when test="normalize-space($title) != ''">
|
13687
|
+
<xsl:value-of select="$title"/>
|
13688
|
+
</xsl:when>
|
13689
|
+
<xsl:otherwise>
|
13690
|
+
<xsl:text> </xsl:text>
|
13691
|
+
</xsl:otherwise>
|
13692
|
+
</xsl:choose>
|
13693
|
+
</rdf:li>
|
13694
|
+
</rdf:Alt>
|
13658
13695
|
</dc:title>
|
13659
|
-
<
|
13696
|
+
<xsl:variable name="dc_creator">
|
13660
13697
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
13661
13698
|
|
13662
|
-
<
|
13663
|
-
<xsl:
|
13664
|
-
|
13665
|
-
|
13699
|
+
<rdf:Seq>
|
13700
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
13701
|
+
<rdf:li>
|
13702
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
13703
|
+
</rdf:li>
|
13704
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
13705
|
+
</xsl:for-each>
|
13706
|
+
</rdf:Seq>
|
13666
13707
|
|
13667
13708
|
</xsl:for-each>
|
13668
|
-
</
|
13669
|
-
<
|
13709
|
+
</xsl:variable>
|
13710
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
13711
|
+
<dc:creator>
|
13712
|
+
<xsl:copy-of select="$dc_creator"/>
|
13713
|
+
</dc:creator>
|
13714
|
+
</xsl:if>
|
13715
|
+
|
13716
|
+
<xsl:variable name="dc_description">
|
13670
13717
|
<xsl:variable name="abstract">
|
13671
13718
|
|
13672
13719
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
13673
13720
|
|
13674
13721
|
</xsl:variable>
|
13675
|
-
<
|
13676
|
-
|
13722
|
+
<rdf:Alt>
|
13723
|
+
<rdf:li xml:lang="x-default">
|
13724
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
13725
|
+
</rdf:li>
|
13726
|
+
</rdf:Alt>
|
13727
|
+
</xsl:variable>
|
13728
|
+
<xsl:if test="normalize-space($dc_description)">
|
13729
|
+
<dc:description>
|
13730
|
+
<xsl:copy-of select="$dc_description"/>
|
13731
|
+
</dc:description>
|
13732
|
+
</xsl:if>
|
13733
|
+
|
13677
13734
|
<pdf:Keywords>
|
13678
13735
|
<xsl:call-template name="insertKeywords">
|
13679
13736
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -817,7 +817,7 @@
|
|
817
817
|
<xsl:choose>
|
818
818
|
<xsl:when test="@level = 1">
|
819
819
|
<fo:list-block provisional-distance-between-starts="8mm">
|
820
|
-
<xsl:if test="@type = 'annex'">
|
820
|
+
<xsl:if test="@type = 'annex' or (@type = 'references' and normalize-space(@section) = '')">
|
821
821
|
<xsl:attribute name="provisional-distance-between-starts">0mm</xsl:attribute>
|
822
822
|
</xsl:if>
|
823
823
|
<fo:list-item>
|
@@ -13637,6 +13637,39 @@
|
|
13637
13637
|
</pdf:catalog>
|
13638
13638
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
13639
13639
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
13640
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
13641
|
+
<pdfaExtension:schemas>
|
13642
|
+
<rdf:Bag>
|
13643
|
+
<rdf:li rdf:parseType="Resource">
|
13644
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
13645
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
13646
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
13647
|
+
<pdfaSchema:property>
|
13648
|
+
<rdf:Seq>
|
13649
|
+
<rdf:li rdf:parseType="Resource">
|
13650
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13651
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
13652
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
13653
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
13654
|
+
</rdf:li>
|
13655
|
+
<rdf:li rdf:parseType="Resource">
|
13656
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13657
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
13658
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
13659
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13660
|
+
</rdf:li>
|
13661
|
+
<rdf:li rdf:parseType="Resource">
|
13662
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13663
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
13664
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
13665
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13666
|
+
</rdf:li>
|
13667
|
+
</rdf:Seq>
|
13668
|
+
</pdfaSchema:property>
|
13669
|
+
</rdf:li>
|
13670
|
+
</rdf:Bag>
|
13671
|
+
</pdfaExtension:schemas>
|
13672
|
+
</rdf:Description>
|
13640
13673
|
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
13641
13674
|
<!-- Dublin Core properties go here -->
|
13642
13675
|
<dc:title>
|
@@ -13647,33 +13680,57 @@
|
|
13647
13680
|
|
13648
13681
|
</xsl:for-each>
|
13649
13682
|
</xsl:variable>
|
13650
|
-
<
|
13651
|
-
<
|
13652
|
-
<xsl:
|
13653
|
-
|
13654
|
-
|
13655
|
-
|
13656
|
-
|
13657
|
-
|
13683
|
+
<rdf:Alt>
|
13684
|
+
<rdf:li xml:lang="x-default">
|
13685
|
+
<xsl:choose>
|
13686
|
+
<xsl:when test="normalize-space($title) != ''">
|
13687
|
+
<xsl:value-of select="$title"/>
|
13688
|
+
</xsl:when>
|
13689
|
+
<xsl:otherwise>
|
13690
|
+
<xsl:text> </xsl:text>
|
13691
|
+
</xsl:otherwise>
|
13692
|
+
</xsl:choose>
|
13693
|
+
</rdf:li>
|
13694
|
+
</rdf:Alt>
|
13658
13695
|
</dc:title>
|
13659
|
-
<
|
13696
|
+
<xsl:variable name="dc_creator">
|
13660
13697
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
13661
13698
|
|
13662
|
-
<
|
13663
|
-
<xsl:
|
13664
|
-
|
13665
|
-
|
13699
|
+
<rdf:Seq>
|
13700
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
13701
|
+
<rdf:li>
|
13702
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
13703
|
+
</rdf:li>
|
13704
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
13705
|
+
</xsl:for-each>
|
13706
|
+
</rdf:Seq>
|
13666
13707
|
|
13667
13708
|
</xsl:for-each>
|
13668
|
-
</
|
13669
|
-
<
|
13709
|
+
</xsl:variable>
|
13710
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
13711
|
+
<dc:creator>
|
13712
|
+
<xsl:copy-of select="$dc_creator"/>
|
13713
|
+
</dc:creator>
|
13714
|
+
</xsl:if>
|
13715
|
+
|
13716
|
+
<xsl:variable name="dc_description">
|
13670
13717
|
<xsl:variable name="abstract">
|
13671
13718
|
|
13672
13719
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
13673
13720
|
|
13674
13721
|
</xsl:variable>
|
13675
|
-
<
|
13676
|
-
|
13722
|
+
<rdf:Alt>
|
13723
|
+
<rdf:li xml:lang="x-default">
|
13724
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
13725
|
+
</rdf:li>
|
13726
|
+
</rdf:Alt>
|
13727
|
+
</xsl:variable>
|
13728
|
+
<xsl:if test="normalize-space($dc_description)">
|
13729
|
+
<dc:description>
|
13730
|
+
<xsl:copy-of select="$dc_description"/>
|
13731
|
+
</dc:description>
|
13732
|
+
</xsl:if>
|
13733
|
+
|
13677
13734
|
<pdf:Keywords>
|
13678
13735
|
<xsl:call-template name="insertKeywords">
|
13679
13736
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -817,7 +817,7 @@
|
|
817
817
|
<xsl:choose>
|
818
818
|
<xsl:when test="@level = 1">
|
819
819
|
<fo:list-block provisional-distance-between-starts="8mm">
|
820
|
-
<xsl:if test="@type = 'annex'">
|
820
|
+
<xsl:if test="@type = 'annex' or (@type = 'references' and normalize-space(@section) = '')">
|
821
821
|
<xsl:attribute name="provisional-distance-between-starts">0mm</xsl:attribute>
|
822
822
|
</xsl:if>
|
823
823
|
<fo:list-item>
|
@@ -13637,6 +13637,39 @@
|
|
13637
13637
|
</pdf:catalog>
|
13638
13638
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
13639
13639
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
13640
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
13641
|
+
<pdfaExtension:schemas>
|
13642
|
+
<rdf:Bag>
|
13643
|
+
<rdf:li rdf:parseType="Resource">
|
13644
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
13645
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
13646
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
13647
|
+
<pdfaSchema:property>
|
13648
|
+
<rdf:Seq>
|
13649
|
+
<rdf:li rdf:parseType="Resource">
|
13650
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13651
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
13652
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
13653
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
13654
|
+
</rdf:li>
|
13655
|
+
<rdf:li rdf:parseType="Resource">
|
13656
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13657
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
13658
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
13659
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13660
|
+
</rdf:li>
|
13661
|
+
<rdf:li rdf:parseType="Resource">
|
13662
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13663
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
13664
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
13665
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13666
|
+
</rdf:li>
|
13667
|
+
</rdf:Seq>
|
13668
|
+
</pdfaSchema:property>
|
13669
|
+
</rdf:li>
|
13670
|
+
</rdf:Bag>
|
13671
|
+
</pdfaExtension:schemas>
|
13672
|
+
</rdf:Description>
|
13640
13673
|
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
13641
13674
|
<!-- Dublin Core properties go here -->
|
13642
13675
|
<dc:title>
|
@@ -13647,33 +13680,57 @@
|
|
13647
13680
|
|
13648
13681
|
</xsl:for-each>
|
13649
13682
|
</xsl:variable>
|
13650
|
-
<
|
13651
|
-
<
|
13652
|
-
<xsl:
|
13653
|
-
|
13654
|
-
|
13655
|
-
|
13656
|
-
|
13657
|
-
|
13683
|
+
<rdf:Alt>
|
13684
|
+
<rdf:li xml:lang="x-default">
|
13685
|
+
<xsl:choose>
|
13686
|
+
<xsl:when test="normalize-space($title) != ''">
|
13687
|
+
<xsl:value-of select="$title"/>
|
13688
|
+
</xsl:when>
|
13689
|
+
<xsl:otherwise>
|
13690
|
+
<xsl:text> </xsl:text>
|
13691
|
+
</xsl:otherwise>
|
13692
|
+
</xsl:choose>
|
13693
|
+
</rdf:li>
|
13694
|
+
</rdf:Alt>
|
13658
13695
|
</dc:title>
|
13659
|
-
<
|
13696
|
+
<xsl:variable name="dc_creator">
|
13660
13697
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
13661
13698
|
|
13662
|
-
<
|
13663
|
-
<xsl:
|
13664
|
-
|
13665
|
-
|
13699
|
+
<rdf:Seq>
|
13700
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
13701
|
+
<rdf:li>
|
13702
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
13703
|
+
</rdf:li>
|
13704
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
13705
|
+
</xsl:for-each>
|
13706
|
+
</rdf:Seq>
|
13666
13707
|
|
13667
13708
|
</xsl:for-each>
|
13668
|
-
</
|
13669
|
-
<
|
13709
|
+
</xsl:variable>
|
13710
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
13711
|
+
<dc:creator>
|
13712
|
+
<xsl:copy-of select="$dc_creator"/>
|
13713
|
+
</dc:creator>
|
13714
|
+
</xsl:if>
|
13715
|
+
|
13716
|
+
<xsl:variable name="dc_description">
|
13670
13717
|
<xsl:variable name="abstract">
|
13671
13718
|
|
13672
13719
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
13673
13720
|
|
13674
13721
|
</xsl:variable>
|
13675
|
-
<
|
13676
|
-
|
13722
|
+
<rdf:Alt>
|
13723
|
+
<rdf:li xml:lang="x-default">
|
13724
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
13725
|
+
</rdf:li>
|
13726
|
+
</rdf:Alt>
|
13727
|
+
</xsl:variable>
|
13728
|
+
<xsl:if test="normalize-space($dc_description)">
|
13729
|
+
<dc:description>
|
13730
|
+
<xsl:copy-of select="$dc_description"/>
|
13731
|
+
</dc:description>
|
13732
|
+
</xsl:if>
|
13733
|
+
|
13677
13734
|
<pdf:Keywords>
|
13678
13735
|
<xsl:call-template name="insertKeywords">
|
13679
13736
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -817,7 +817,7 @@
|
|
817
817
|
<xsl:choose>
|
818
818
|
<xsl:when test="@level = 1">
|
819
819
|
<fo:list-block provisional-distance-between-starts="8mm">
|
820
|
-
<xsl:if test="@type = 'annex'">
|
820
|
+
<xsl:if test="@type = 'annex' or (@type = 'references' and normalize-space(@section) = '')">
|
821
821
|
<xsl:attribute name="provisional-distance-between-starts">0mm</xsl:attribute>
|
822
822
|
</xsl:if>
|
823
823
|
<fo:list-item>
|
@@ -13637,6 +13637,39 @@
|
|
13637
13637
|
</pdf:catalog>
|
13638
13638
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
13639
13639
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
13640
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
13641
|
+
<pdfaExtension:schemas>
|
13642
|
+
<rdf:Bag>
|
13643
|
+
<rdf:li rdf:parseType="Resource">
|
13644
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
13645
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
13646
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
13647
|
+
<pdfaSchema:property>
|
13648
|
+
<rdf:Seq>
|
13649
|
+
<rdf:li rdf:parseType="Resource">
|
13650
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13651
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
13652
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
13653
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
13654
|
+
</rdf:li>
|
13655
|
+
<rdf:li rdf:parseType="Resource">
|
13656
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13657
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
13658
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
13659
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13660
|
+
</rdf:li>
|
13661
|
+
<rdf:li rdf:parseType="Resource">
|
13662
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13663
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
13664
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
13665
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13666
|
+
</rdf:li>
|
13667
|
+
</rdf:Seq>
|
13668
|
+
</pdfaSchema:property>
|
13669
|
+
</rdf:li>
|
13670
|
+
</rdf:Bag>
|
13671
|
+
</pdfaExtension:schemas>
|
13672
|
+
</rdf:Description>
|
13640
13673
|
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
13641
13674
|
<!-- Dublin Core properties go here -->
|
13642
13675
|
<dc:title>
|
@@ -13647,33 +13680,57 @@
|
|
13647
13680
|
|
13648
13681
|
</xsl:for-each>
|
13649
13682
|
</xsl:variable>
|
13650
|
-
<
|
13651
|
-
<
|
13652
|
-
<xsl:
|
13653
|
-
|
13654
|
-
|
13655
|
-
|
13656
|
-
|
13657
|
-
|
13683
|
+
<rdf:Alt>
|
13684
|
+
<rdf:li xml:lang="x-default">
|
13685
|
+
<xsl:choose>
|
13686
|
+
<xsl:when test="normalize-space($title) != ''">
|
13687
|
+
<xsl:value-of select="$title"/>
|
13688
|
+
</xsl:when>
|
13689
|
+
<xsl:otherwise>
|
13690
|
+
<xsl:text> </xsl:text>
|
13691
|
+
</xsl:otherwise>
|
13692
|
+
</xsl:choose>
|
13693
|
+
</rdf:li>
|
13694
|
+
</rdf:Alt>
|
13658
13695
|
</dc:title>
|
13659
|
-
<
|
13696
|
+
<xsl:variable name="dc_creator">
|
13660
13697
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
13661
13698
|
|
13662
|
-
<
|
13663
|
-
<xsl:
|
13664
|
-
|
13665
|
-
|
13699
|
+
<rdf:Seq>
|
13700
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
13701
|
+
<rdf:li>
|
13702
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
13703
|
+
</rdf:li>
|
13704
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
13705
|
+
</xsl:for-each>
|
13706
|
+
</rdf:Seq>
|
13666
13707
|
|
13667
13708
|
</xsl:for-each>
|
13668
|
-
</
|
13669
|
-
<
|
13709
|
+
</xsl:variable>
|
13710
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
13711
|
+
<dc:creator>
|
13712
|
+
<xsl:copy-of select="$dc_creator"/>
|
13713
|
+
</dc:creator>
|
13714
|
+
</xsl:if>
|
13715
|
+
|
13716
|
+
<xsl:variable name="dc_description">
|
13670
13717
|
<xsl:variable name="abstract">
|
13671
13718
|
|
13672
13719
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
13673
13720
|
|
13674
13721
|
</xsl:variable>
|
13675
|
-
<
|
13676
|
-
|
13722
|
+
<rdf:Alt>
|
13723
|
+
<rdf:li xml:lang="x-default">
|
13724
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
13725
|
+
</rdf:li>
|
13726
|
+
</rdf:Alt>
|
13727
|
+
</xsl:variable>
|
13728
|
+
<xsl:if test="normalize-space($dc_description)">
|
13729
|
+
<dc:description>
|
13730
|
+
<xsl:copy-of select="$dc_description"/>
|
13731
|
+
</dc:description>
|
13732
|
+
</xsl:if>
|
13733
|
+
|
13677
13734
|
<pdf:Keywords>
|
13678
13735
|
<xsl:call-template name="insertKeywords">
|
13679
13736
|
<xsl:with-param name="meta">true</xsl:with-param>
|
@@ -817,7 +817,7 @@
|
|
817
817
|
<xsl:choose>
|
818
818
|
<xsl:when test="@level = 1">
|
819
819
|
<fo:list-block provisional-distance-between-starts="8mm">
|
820
|
-
<xsl:if test="@type = 'annex'">
|
820
|
+
<xsl:if test="@type = 'annex' or (@type = 'references' and normalize-space(@section) = '')">
|
821
821
|
<xsl:attribute name="provisional-distance-between-starts">0mm</xsl:attribute>
|
822
822
|
</xsl:if>
|
823
823
|
<fo:list-item>
|
@@ -13637,6 +13637,39 @@
|
|
13637
13637
|
</pdf:catalog>
|
13638
13638
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
13639
13639
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
13640
|
+
<rdf:Description xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" rdf:about="">
|
13641
|
+
<pdfaExtension:schemas>
|
13642
|
+
<rdf:Bag>
|
13643
|
+
<rdf:li rdf:parseType="Resource">
|
13644
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
13645
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
13646
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
13647
|
+
<pdfaSchema:property>
|
13648
|
+
<rdf:Seq>
|
13649
|
+
<rdf:li rdf:parseType="Resource">
|
13650
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13651
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
13652
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
13653
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
13654
|
+
</rdf:li>
|
13655
|
+
<rdf:li rdf:parseType="Resource">
|
13656
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13657
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
13658
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
13659
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13660
|
+
</rdf:li>
|
13661
|
+
<rdf:li rdf:parseType="Resource">
|
13662
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
13663
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
13664
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
13665
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
13666
|
+
</rdf:li>
|
13667
|
+
</rdf:Seq>
|
13668
|
+
</pdfaSchema:property>
|
13669
|
+
</rdf:li>
|
13670
|
+
</rdf:Bag>
|
13671
|
+
</pdfaExtension:schemas>
|
13672
|
+
</rdf:Description>
|
13640
13673
|
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
13641
13674
|
<!-- Dublin Core properties go here -->
|
13642
13675
|
<dc:title>
|
@@ -13647,33 +13680,57 @@
|
|
13647
13680
|
|
13648
13681
|
</xsl:for-each>
|
13649
13682
|
</xsl:variable>
|
13650
|
-
<
|
13651
|
-
<
|
13652
|
-
<xsl:
|
13653
|
-
|
13654
|
-
|
13655
|
-
|
13656
|
-
|
13657
|
-
|
13683
|
+
<rdf:Alt>
|
13684
|
+
<rdf:li xml:lang="x-default">
|
13685
|
+
<xsl:choose>
|
13686
|
+
<xsl:when test="normalize-space($title) != ''">
|
13687
|
+
<xsl:value-of select="$title"/>
|
13688
|
+
</xsl:when>
|
13689
|
+
<xsl:otherwise>
|
13690
|
+
<xsl:text> </xsl:text>
|
13691
|
+
</xsl:otherwise>
|
13692
|
+
</xsl:choose>
|
13693
|
+
</rdf:li>
|
13694
|
+
</rdf:Alt>
|
13658
13695
|
</dc:title>
|
13659
|
-
<
|
13696
|
+
<xsl:variable name="dc_creator">
|
13660
13697
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
13661
13698
|
|
13662
|
-
<
|
13663
|
-
<xsl:
|
13664
|
-
|
13665
|
-
|
13699
|
+
<rdf:Seq>
|
13700
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
13701
|
+
<rdf:li>
|
13702
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
13703
|
+
</rdf:li>
|
13704
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
13705
|
+
</xsl:for-each>
|
13706
|
+
</rdf:Seq>
|
13666
13707
|
|
13667
13708
|
</xsl:for-each>
|
13668
|
-
</
|
13669
|
-
<
|
13709
|
+
</xsl:variable>
|
13710
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
13711
|
+
<dc:creator>
|
13712
|
+
<xsl:copy-of select="$dc_creator"/>
|
13713
|
+
</dc:creator>
|
13714
|
+
</xsl:if>
|
13715
|
+
|
13716
|
+
<xsl:variable name="dc_description">
|
13670
13717
|
<xsl:variable name="abstract">
|
13671
13718
|
|
13672
13719
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
13673
13720
|
|
13674
13721
|
</xsl:variable>
|
13675
|
-
<
|
13676
|
-
|
13722
|
+
<rdf:Alt>
|
13723
|
+
<rdf:li xml:lang="x-default">
|
13724
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
13725
|
+
</rdf:li>
|
13726
|
+
</rdf:Alt>
|
13727
|
+
</xsl:variable>
|
13728
|
+
<xsl:if test="normalize-space($dc_description)">
|
13729
|
+
<dc:description>
|
13730
|
+
<xsl:copy-of select="$dc_description"/>
|
13731
|
+
</dc:description>
|
13732
|
+
</xsl:if>
|
13733
|
+
|
13677
13734
|
<pdf:Keywords>
|
13678
13735
|
<xsl:call-template name="insertKeywords">
|
13679
13736
|
<xsl:with-param name="meta">true</xsl:with-param>
|