metanorma-itu 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/isodoc/itu/html/_coverpage.css +1 -1
- data/lib/isodoc/itu/html/htmlstyle.css +2 -2
- data/lib/isodoc/itu/itu.implementers-guide.xsl +74 -17
- data/lib/isodoc/itu/itu.in-force.xsl +74 -17
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +74 -17
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +74 -17
- data/lib/isodoc/itu/itu.recommendation.xsl +74 -17
- data/lib/isodoc/itu/itu.resolution.xsl +74 -17
- data/lib/isodoc/itu/itu.service-publication.xsl +74 -17
- data/lib/isodoc/itu/itu.technical-paper.xsl +74 -17
- data/lib/isodoc/itu/itu.technical-report.xsl +74 -17
- data/lib/metanorma/itu/basicdoc.rng +861 -481
- data/lib/metanorma/itu/biblio-standoc.rng +87 -20
- data/lib/metanorma/itu/biblio.rng +882 -325
- data/lib/metanorma/itu/isodoc.rng +1031 -915
- data/lib/metanorma/itu/reqt.rng +94 -75
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42edc246f664fa8b8888607aad04900531584ed175a96ef2a2aaea9039580468
|
|
4
|
+
data.tar.gz: 3927bfff57be9492a0b548c6ea3c3f1dfb9d8313263b05114d131271edb97b11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e42b70ae4cdebe42e9bfde83e0e895bbcde0fc5aade85a16e8923ffdec17a1d7feecddea76090a23794e021f5e2dfa71db6118c4c099ea44fd0962b21d11f97
|
|
7
|
+
data.tar.gz: ec418558ceab2dd56cf5ade9b92d90b3b48fb5da84b7e2d5956541f322e72a49294fc4df35eeb6489f437970b583aba169438da7a3d7983ca241005aaabb060e
|
|
@@ -232,7 +232,7 @@ h6:hover > a.anchor,
|
|
|
232
232
|
background-color: #777;
|
|
233
233
|
color: white;
|
|
234
234
|
cursor: pointer;
|
|
235
|
-
padding:
|
|
235
|
+
padding: 3px 0;
|
|
236
236
|
margin: 0;
|
|
237
237
|
width: 100%;
|
|
238
238
|
border: none;
|
|
@@ -615,7 +615,7 @@ h6:hover > a.anchor,
|
|
|
615
615
|
background-color: #777;
|
|
616
616
|
color: white;
|
|
617
617
|
cursor: pointer;
|
|
618
|
-
padding:
|
|
618
|
+
padding: 3px 0;
|
|
619
619
|
margin: 0;
|
|
620
620
|
width: 100%;
|
|
621
621
|
border: none;
|
|
@@ -14395,6 +14395,39 @@
|
|
|
14395
14395
|
</pdf:catalog>
|
|
14396
14396
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
14397
14397
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
14398
|
+
<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="">
|
|
14399
|
+
<pdfaExtension:schemas>
|
|
14400
|
+
<rdf:Bag>
|
|
14401
|
+
<rdf:li rdf:parseType="Resource">
|
|
14402
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
14403
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
14404
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
14405
|
+
<pdfaSchema:property>
|
|
14406
|
+
<rdf:Seq>
|
|
14407
|
+
<rdf:li rdf:parseType="Resource">
|
|
14408
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14409
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
14410
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
14411
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
14412
|
+
</rdf:li>
|
|
14413
|
+
<rdf:li rdf:parseType="Resource">
|
|
14414
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14415
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
14416
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
14417
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14418
|
+
</rdf:li>
|
|
14419
|
+
<rdf:li rdf:parseType="Resource">
|
|
14420
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14421
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
14422
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
14423
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14424
|
+
</rdf:li>
|
|
14425
|
+
</rdf:Seq>
|
|
14426
|
+
</pdfaSchema:property>
|
|
14427
|
+
</rdf:li>
|
|
14428
|
+
</rdf:Bag>
|
|
14429
|
+
</pdfaExtension:schemas>
|
|
14430
|
+
</rdf:Description>
|
|
14398
14431
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
14399
14432
|
<!-- Dublin Core properties go here -->
|
|
14400
14433
|
<dc:title>
|
|
@@ -14405,33 +14438,57 @@
|
|
|
14405
14438
|
|
|
14406
14439
|
</xsl:for-each>
|
|
14407
14440
|
</xsl:variable>
|
|
14408
|
-
<
|
|
14409
|
-
<
|
|
14410
|
-
<xsl:
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14441
|
+
<rdf:Alt>
|
|
14442
|
+
<rdf:li xml:lang="x-default">
|
|
14443
|
+
<xsl:choose>
|
|
14444
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
14445
|
+
<xsl:value-of select="$title"/>
|
|
14446
|
+
</xsl:when>
|
|
14447
|
+
<xsl:otherwise>
|
|
14448
|
+
<xsl:text> </xsl:text>
|
|
14449
|
+
</xsl:otherwise>
|
|
14450
|
+
</xsl:choose>
|
|
14451
|
+
</rdf:li>
|
|
14452
|
+
</rdf:Alt>
|
|
14416
14453
|
</dc:title>
|
|
14417
|
-
<
|
|
14454
|
+
<xsl:variable name="dc_creator">
|
|
14418
14455
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
14419
14456
|
|
|
14420
|
-
<
|
|
14421
|
-
<xsl:
|
|
14422
|
-
|
|
14423
|
-
|
|
14457
|
+
<rdf:Seq>
|
|
14458
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
14459
|
+
<rdf:li>
|
|
14460
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
14461
|
+
</rdf:li>
|
|
14462
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
14463
|
+
</xsl:for-each>
|
|
14464
|
+
</rdf:Seq>
|
|
14424
14465
|
|
|
14425
14466
|
</xsl:for-each>
|
|
14426
|
-
</
|
|
14427
|
-
<
|
|
14467
|
+
</xsl:variable>
|
|
14468
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
14469
|
+
<dc:creator>
|
|
14470
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
14471
|
+
</dc:creator>
|
|
14472
|
+
</xsl:if>
|
|
14473
|
+
|
|
14474
|
+
<xsl:variable name="dc_description">
|
|
14428
14475
|
<xsl:variable name="abstract">
|
|
14429
14476
|
|
|
14430
14477
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
14431
14478
|
|
|
14432
14479
|
</xsl:variable>
|
|
14433
|
-
<
|
|
14434
|
-
|
|
14480
|
+
<rdf:Alt>
|
|
14481
|
+
<rdf:li xml:lang="x-default">
|
|
14482
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
14483
|
+
</rdf:li>
|
|
14484
|
+
</rdf:Alt>
|
|
14485
|
+
</xsl:variable>
|
|
14486
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
14487
|
+
<dc:description>
|
|
14488
|
+
<xsl:copy-of select="$dc_description"/>
|
|
14489
|
+
</dc:description>
|
|
14490
|
+
</xsl:if>
|
|
14491
|
+
|
|
14435
14492
|
<pdf:Keywords>
|
|
14436
14493
|
<xsl:call-template name="insertKeywords">
|
|
14437
14494
|
<xsl:with-param name="meta">true</xsl:with-param>
|
|
@@ -14395,6 +14395,39 @@
|
|
|
14395
14395
|
</pdf:catalog>
|
|
14396
14396
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
14397
14397
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
14398
|
+
<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="">
|
|
14399
|
+
<pdfaExtension:schemas>
|
|
14400
|
+
<rdf:Bag>
|
|
14401
|
+
<rdf:li rdf:parseType="Resource">
|
|
14402
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
14403
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
14404
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
14405
|
+
<pdfaSchema:property>
|
|
14406
|
+
<rdf:Seq>
|
|
14407
|
+
<rdf:li rdf:parseType="Resource">
|
|
14408
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14409
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
14410
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
14411
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
14412
|
+
</rdf:li>
|
|
14413
|
+
<rdf:li rdf:parseType="Resource">
|
|
14414
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14415
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
14416
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
14417
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14418
|
+
</rdf:li>
|
|
14419
|
+
<rdf:li rdf:parseType="Resource">
|
|
14420
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14421
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
14422
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
14423
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14424
|
+
</rdf:li>
|
|
14425
|
+
</rdf:Seq>
|
|
14426
|
+
</pdfaSchema:property>
|
|
14427
|
+
</rdf:li>
|
|
14428
|
+
</rdf:Bag>
|
|
14429
|
+
</pdfaExtension:schemas>
|
|
14430
|
+
</rdf:Description>
|
|
14398
14431
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
14399
14432
|
<!-- Dublin Core properties go here -->
|
|
14400
14433
|
<dc:title>
|
|
@@ -14405,33 +14438,57 @@
|
|
|
14405
14438
|
|
|
14406
14439
|
</xsl:for-each>
|
|
14407
14440
|
</xsl:variable>
|
|
14408
|
-
<
|
|
14409
|
-
<
|
|
14410
|
-
<xsl:
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14441
|
+
<rdf:Alt>
|
|
14442
|
+
<rdf:li xml:lang="x-default">
|
|
14443
|
+
<xsl:choose>
|
|
14444
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
14445
|
+
<xsl:value-of select="$title"/>
|
|
14446
|
+
</xsl:when>
|
|
14447
|
+
<xsl:otherwise>
|
|
14448
|
+
<xsl:text> </xsl:text>
|
|
14449
|
+
</xsl:otherwise>
|
|
14450
|
+
</xsl:choose>
|
|
14451
|
+
</rdf:li>
|
|
14452
|
+
</rdf:Alt>
|
|
14416
14453
|
</dc:title>
|
|
14417
|
-
<
|
|
14454
|
+
<xsl:variable name="dc_creator">
|
|
14418
14455
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
14419
14456
|
|
|
14420
|
-
<
|
|
14421
|
-
<xsl:
|
|
14422
|
-
|
|
14423
|
-
|
|
14457
|
+
<rdf:Seq>
|
|
14458
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
14459
|
+
<rdf:li>
|
|
14460
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
14461
|
+
</rdf:li>
|
|
14462
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
14463
|
+
</xsl:for-each>
|
|
14464
|
+
</rdf:Seq>
|
|
14424
14465
|
|
|
14425
14466
|
</xsl:for-each>
|
|
14426
|
-
</
|
|
14427
|
-
<
|
|
14467
|
+
</xsl:variable>
|
|
14468
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
14469
|
+
<dc:creator>
|
|
14470
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
14471
|
+
</dc:creator>
|
|
14472
|
+
</xsl:if>
|
|
14473
|
+
|
|
14474
|
+
<xsl:variable name="dc_description">
|
|
14428
14475
|
<xsl:variable name="abstract">
|
|
14429
14476
|
|
|
14430
14477
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
14431
14478
|
|
|
14432
14479
|
</xsl:variable>
|
|
14433
|
-
<
|
|
14434
|
-
|
|
14480
|
+
<rdf:Alt>
|
|
14481
|
+
<rdf:li xml:lang="x-default">
|
|
14482
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
14483
|
+
</rdf:li>
|
|
14484
|
+
</rdf:Alt>
|
|
14485
|
+
</xsl:variable>
|
|
14486
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
14487
|
+
<dc:description>
|
|
14488
|
+
<xsl:copy-of select="$dc_description"/>
|
|
14489
|
+
</dc:description>
|
|
14490
|
+
</xsl:if>
|
|
14491
|
+
|
|
14435
14492
|
<pdf:Keywords>
|
|
14436
14493
|
<xsl:call-template name="insertKeywords">
|
|
14437
14494
|
<xsl:with-param name="meta">true</xsl:with-param>
|
|
@@ -14395,6 +14395,39 @@
|
|
|
14395
14395
|
</pdf:catalog>
|
|
14396
14396
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
14397
14397
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
14398
|
+
<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="">
|
|
14399
|
+
<pdfaExtension:schemas>
|
|
14400
|
+
<rdf:Bag>
|
|
14401
|
+
<rdf:li rdf:parseType="Resource">
|
|
14402
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
14403
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
14404
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
14405
|
+
<pdfaSchema:property>
|
|
14406
|
+
<rdf:Seq>
|
|
14407
|
+
<rdf:li rdf:parseType="Resource">
|
|
14408
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14409
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
14410
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
14411
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
14412
|
+
</rdf:li>
|
|
14413
|
+
<rdf:li rdf:parseType="Resource">
|
|
14414
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14415
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
14416
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
14417
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14418
|
+
</rdf:li>
|
|
14419
|
+
<rdf:li rdf:parseType="Resource">
|
|
14420
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14421
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
14422
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
14423
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14424
|
+
</rdf:li>
|
|
14425
|
+
</rdf:Seq>
|
|
14426
|
+
</pdfaSchema:property>
|
|
14427
|
+
</rdf:li>
|
|
14428
|
+
</rdf:Bag>
|
|
14429
|
+
</pdfaExtension:schemas>
|
|
14430
|
+
</rdf:Description>
|
|
14398
14431
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
14399
14432
|
<!-- Dublin Core properties go here -->
|
|
14400
14433
|
<dc:title>
|
|
@@ -14405,33 +14438,57 @@
|
|
|
14405
14438
|
|
|
14406
14439
|
</xsl:for-each>
|
|
14407
14440
|
</xsl:variable>
|
|
14408
|
-
<
|
|
14409
|
-
<
|
|
14410
|
-
<xsl:
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14441
|
+
<rdf:Alt>
|
|
14442
|
+
<rdf:li xml:lang="x-default">
|
|
14443
|
+
<xsl:choose>
|
|
14444
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
14445
|
+
<xsl:value-of select="$title"/>
|
|
14446
|
+
</xsl:when>
|
|
14447
|
+
<xsl:otherwise>
|
|
14448
|
+
<xsl:text> </xsl:text>
|
|
14449
|
+
</xsl:otherwise>
|
|
14450
|
+
</xsl:choose>
|
|
14451
|
+
</rdf:li>
|
|
14452
|
+
</rdf:Alt>
|
|
14416
14453
|
</dc:title>
|
|
14417
|
-
<
|
|
14454
|
+
<xsl:variable name="dc_creator">
|
|
14418
14455
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
14419
14456
|
|
|
14420
|
-
<
|
|
14421
|
-
<xsl:
|
|
14422
|
-
|
|
14423
|
-
|
|
14457
|
+
<rdf:Seq>
|
|
14458
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
14459
|
+
<rdf:li>
|
|
14460
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
14461
|
+
</rdf:li>
|
|
14462
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
14463
|
+
</xsl:for-each>
|
|
14464
|
+
</rdf:Seq>
|
|
14424
14465
|
|
|
14425
14466
|
</xsl:for-each>
|
|
14426
|
-
</
|
|
14427
|
-
<
|
|
14467
|
+
</xsl:variable>
|
|
14468
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
14469
|
+
<dc:creator>
|
|
14470
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
14471
|
+
</dc:creator>
|
|
14472
|
+
</xsl:if>
|
|
14473
|
+
|
|
14474
|
+
<xsl:variable name="dc_description">
|
|
14428
14475
|
<xsl:variable name="abstract">
|
|
14429
14476
|
|
|
14430
14477
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
14431
14478
|
|
|
14432
14479
|
</xsl:variable>
|
|
14433
|
-
<
|
|
14434
|
-
|
|
14480
|
+
<rdf:Alt>
|
|
14481
|
+
<rdf:li xml:lang="x-default">
|
|
14482
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
14483
|
+
</rdf:li>
|
|
14484
|
+
</rdf:Alt>
|
|
14485
|
+
</xsl:variable>
|
|
14486
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
14487
|
+
<dc:description>
|
|
14488
|
+
<xsl:copy-of select="$dc_description"/>
|
|
14489
|
+
</dc:description>
|
|
14490
|
+
</xsl:if>
|
|
14491
|
+
|
|
14435
14492
|
<pdf:Keywords>
|
|
14436
14493
|
<xsl:call-template name="insertKeywords">
|
|
14437
14494
|
<xsl:with-param name="meta">true</xsl:with-param>
|
|
@@ -14395,6 +14395,39 @@
|
|
|
14395
14395
|
</pdf:catalog>
|
|
14396
14396
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
14397
14397
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
14398
|
+
<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="">
|
|
14399
|
+
<pdfaExtension:schemas>
|
|
14400
|
+
<rdf:Bag>
|
|
14401
|
+
<rdf:li rdf:parseType="Resource">
|
|
14402
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
14403
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
14404
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
14405
|
+
<pdfaSchema:property>
|
|
14406
|
+
<rdf:Seq>
|
|
14407
|
+
<rdf:li rdf:parseType="Resource">
|
|
14408
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14409
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
14410
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
14411
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
14412
|
+
</rdf:li>
|
|
14413
|
+
<rdf:li rdf:parseType="Resource">
|
|
14414
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14415
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
14416
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
14417
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14418
|
+
</rdf:li>
|
|
14419
|
+
<rdf:li rdf:parseType="Resource">
|
|
14420
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14421
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
14422
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
14423
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14424
|
+
</rdf:li>
|
|
14425
|
+
</rdf:Seq>
|
|
14426
|
+
</pdfaSchema:property>
|
|
14427
|
+
</rdf:li>
|
|
14428
|
+
</rdf:Bag>
|
|
14429
|
+
</pdfaExtension:schemas>
|
|
14430
|
+
</rdf:Description>
|
|
14398
14431
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
14399
14432
|
<!-- Dublin Core properties go here -->
|
|
14400
14433
|
<dc:title>
|
|
@@ -14405,33 +14438,57 @@
|
|
|
14405
14438
|
|
|
14406
14439
|
</xsl:for-each>
|
|
14407
14440
|
</xsl:variable>
|
|
14408
|
-
<
|
|
14409
|
-
<
|
|
14410
|
-
<xsl:
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14441
|
+
<rdf:Alt>
|
|
14442
|
+
<rdf:li xml:lang="x-default">
|
|
14443
|
+
<xsl:choose>
|
|
14444
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
14445
|
+
<xsl:value-of select="$title"/>
|
|
14446
|
+
</xsl:when>
|
|
14447
|
+
<xsl:otherwise>
|
|
14448
|
+
<xsl:text> </xsl:text>
|
|
14449
|
+
</xsl:otherwise>
|
|
14450
|
+
</xsl:choose>
|
|
14451
|
+
</rdf:li>
|
|
14452
|
+
</rdf:Alt>
|
|
14416
14453
|
</dc:title>
|
|
14417
|
-
<
|
|
14454
|
+
<xsl:variable name="dc_creator">
|
|
14418
14455
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
14419
14456
|
|
|
14420
|
-
<
|
|
14421
|
-
<xsl:
|
|
14422
|
-
|
|
14423
|
-
|
|
14457
|
+
<rdf:Seq>
|
|
14458
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
14459
|
+
<rdf:li>
|
|
14460
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
14461
|
+
</rdf:li>
|
|
14462
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
14463
|
+
</xsl:for-each>
|
|
14464
|
+
</rdf:Seq>
|
|
14424
14465
|
|
|
14425
14466
|
</xsl:for-each>
|
|
14426
|
-
</
|
|
14427
|
-
<
|
|
14467
|
+
</xsl:variable>
|
|
14468
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
14469
|
+
<dc:creator>
|
|
14470
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
14471
|
+
</dc:creator>
|
|
14472
|
+
</xsl:if>
|
|
14473
|
+
|
|
14474
|
+
<xsl:variable name="dc_description">
|
|
14428
14475
|
<xsl:variable name="abstract">
|
|
14429
14476
|
|
|
14430
14477
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
14431
14478
|
|
|
14432
14479
|
</xsl:variable>
|
|
14433
|
-
<
|
|
14434
|
-
|
|
14480
|
+
<rdf:Alt>
|
|
14481
|
+
<rdf:li xml:lang="x-default">
|
|
14482
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
14483
|
+
</rdf:li>
|
|
14484
|
+
</rdf:Alt>
|
|
14485
|
+
</xsl:variable>
|
|
14486
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
14487
|
+
<dc:description>
|
|
14488
|
+
<xsl:copy-of select="$dc_description"/>
|
|
14489
|
+
</dc:description>
|
|
14490
|
+
</xsl:if>
|
|
14491
|
+
|
|
14435
14492
|
<pdf:Keywords>
|
|
14436
14493
|
<xsl:call-template name="insertKeywords">
|
|
14437
14494
|
<xsl:with-param name="meta">true</xsl:with-param>
|
|
@@ -14395,6 +14395,39 @@
|
|
|
14395
14395
|
</pdf:catalog>
|
|
14396
14396
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
14397
14397
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
14398
|
+
<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="">
|
|
14399
|
+
<pdfaExtension:schemas>
|
|
14400
|
+
<rdf:Bag>
|
|
14401
|
+
<rdf:li rdf:parseType="Resource">
|
|
14402
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
14403
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
14404
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
14405
|
+
<pdfaSchema:property>
|
|
14406
|
+
<rdf:Seq>
|
|
14407
|
+
<rdf:li rdf:parseType="Resource">
|
|
14408
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14409
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
14410
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
14411
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
14412
|
+
</rdf:li>
|
|
14413
|
+
<rdf:li rdf:parseType="Resource">
|
|
14414
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14415
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
14416
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
14417
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14418
|
+
</rdf:li>
|
|
14419
|
+
<rdf:li rdf:parseType="Resource">
|
|
14420
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
14421
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
14422
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
14423
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
14424
|
+
</rdf:li>
|
|
14425
|
+
</rdf:Seq>
|
|
14426
|
+
</pdfaSchema:property>
|
|
14427
|
+
</rdf:li>
|
|
14428
|
+
</rdf:Bag>
|
|
14429
|
+
</pdfaExtension:schemas>
|
|
14430
|
+
</rdf:Description>
|
|
14398
14431
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
14399
14432
|
<!-- Dublin Core properties go here -->
|
|
14400
14433
|
<dc:title>
|
|
@@ -14405,33 +14438,57 @@
|
|
|
14405
14438
|
|
|
14406
14439
|
</xsl:for-each>
|
|
14407
14440
|
</xsl:variable>
|
|
14408
|
-
<
|
|
14409
|
-
<
|
|
14410
|
-
<xsl:
|
|
14411
|
-
|
|
14412
|
-
|
|
14413
|
-
|
|
14414
|
-
|
|
14415
|
-
|
|
14441
|
+
<rdf:Alt>
|
|
14442
|
+
<rdf:li xml:lang="x-default">
|
|
14443
|
+
<xsl:choose>
|
|
14444
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
14445
|
+
<xsl:value-of select="$title"/>
|
|
14446
|
+
</xsl:when>
|
|
14447
|
+
<xsl:otherwise>
|
|
14448
|
+
<xsl:text> </xsl:text>
|
|
14449
|
+
</xsl:otherwise>
|
|
14450
|
+
</xsl:choose>
|
|
14451
|
+
</rdf:li>
|
|
14452
|
+
</rdf:Alt>
|
|
14416
14453
|
</dc:title>
|
|
14417
|
-
<
|
|
14454
|
+
<xsl:variable name="dc_creator">
|
|
14418
14455
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
14419
14456
|
|
|
14420
|
-
<
|
|
14421
|
-
<xsl:
|
|
14422
|
-
|
|
14423
|
-
|
|
14457
|
+
<rdf:Seq>
|
|
14458
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
14459
|
+
<rdf:li>
|
|
14460
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
14461
|
+
</rdf:li>
|
|
14462
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
14463
|
+
</xsl:for-each>
|
|
14464
|
+
</rdf:Seq>
|
|
14424
14465
|
|
|
14425
14466
|
</xsl:for-each>
|
|
14426
|
-
</
|
|
14427
|
-
<
|
|
14467
|
+
</xsl:variable>
|
|
14468
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
14469
|
+
<dc:creator>
|
|
14470
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
14471
|
+
</dc:creator>
|
|
14472
|
+
</xsl:if>
|
|
14473
|
+
|
|
14474
|
+
<xsl:variable name="dc_description">
|
|
14428
14475
|
<xsl:variable name="abstract">
|
|
14429
14476
|
|
|
14430
14477
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
14431
14478
|
|
|
14432
14479
|
</xsl:variable>
|
|
14433
|
-
<
|
|
14434
|
-
|
|
14480
|
+
<rdf:Alt>
|
|
14481
|
+
<rdf:li xml:lang="x-default">
|
|
14482
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
14483
|
+
</rdf:li>
|
|
14484
|
+
</rdf:Alt>
|
|
14485
|
+
</xsl:variable>
|
|
14486
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
14487
|
+
<dc:description>
|
|
14488
|
+
<xsl:copy-of select="$dc_description"/>
|
|
14489
|
+
</dc:description>
|
|
14490
|
+
</xsl:if>
|
|
14491
|
+
|
|
14435
14492
|
<pdf:Keywords>
|
|
14436
14493
|
<xsl:call-template name="insertKeywords">
|
|
14437
14494
|
<xsl:with-param name="meta">true</xsl:with-param>
|