metanorma-csa 2.5.1 → 2.5.2
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/csa/csa.standard.xsl +74 -17
- data/lib/isodoc/csa/html/htmlstyle.css +1 -1
- data/lib/metanorma/csa/basicdoc.rng +861 -481
- data/lib/metanorma/csa/biblio-standoc.rng +87 -20
- data/lib/metanorma/csa/biblio.rng +882 -325
- data/lib/metanorma/csa/isodoc.rng +1031 -915
- data/lib/metanorma/csa/reqt.rng +94 -75
- data/lib/metanorma/csa/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: 59fc6bb20c36f092138dea577abe66a6e1e63604316f806028487e6668aab801
|
|
4
|
+
data.tar.gz: 67b871bae162e214b5d3431bd588d3db240d1a82f7952fefdb54a87c1c8a38c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c3596a2d9c2d0f3ee08277e4a11d4d952336e0bcca4cdadd4ede530b057caf00d188c6afcb6712ed8f671629df94866f4655eb4942adec3fd2e55ce6d7677f9
|
|
7
|
+
data.tar.gz: 72a05f08024dd308f2afd68a381295e270802c7620a90111500ac5f86abb4f4a54a36a60bb9561824b98acd6bf28f88554ea1226fb79bc890d9100764cfdaf2a
|
|
@@ -12127,6 +12127,39 @@
|
|
|
12127
12127
|
</pdf:catalog>
|
|
12128
12128
|
<x:xmpmeta xmlns:x="adobe:ns:meta/">
|
|
12129
12129
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
12130
|
+
<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="">
|
|
12131
|
+
<pdfaExtension:schemas>
|
|
12132
|
+
<rdf:Bag>
|
|
12133
|
+
<rdf:li rdf:parseType="Resource">
|
|
12134
|
+
<pdfaSchema:namespaceURI>http://www.aiim.org/pdfua/ns/id/</pdfaSchema:namespaceURI>
|
|
12135
|
+
<pdfaSchema:prefix>pdfuaid</pdfaSchema:prefix>
|
|
12136
|
+
<pdfaSchema:schema>PDF/UA identification schema</pdfaSchema:schema>
|
|
12137
|
+
<pdfaSchema:property>
|
|
12138
|
+
<rdf:Seq>
|
|
12139
|
+
<rdf:li rdf:parseType="Resource">
|
|
12140
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
12141
|
+
<pdfaProperty:description>PDF/UA version identifier</pdfaProperty:description>
|
|
12142
|
+
<pdfaProperty:name>part</pdfaProperty:name>
|
|
12143
|
+
<pdfaProperty:valueType>Integer</pdfaProperty:valueType>
|
|
12144
|
+
</rdf:li>
|
|
12145
|
+
<rdf:li rdf:parseType="Resource">
|
|
12146
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
12147
|
+
<pdfaProperty:description>PDF/UA amendment identifier</pdfaProperty:description>
|
|
12148
|
+
<pdfaProperty:name>amd</pdfaProperty:name>
|
|
12149
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
12150
|
+
</rdf:li>
|
|
12151
|
+
<rdf:li rdf:parseType="Resource">
|
|
12152
|
+
<pdfaProperty:category>internal</pdfaProperty:category>
|
|
12153
|
+
<pdfaProperty:description>PDF/UA corrigenda identifier</pdfaProperty:description>
|
|
12154
|
+
<pdfaProperty:name>corr</pdfaProperty:name>
|
|
12155
|
+
<pdfaProperty:valueType>Text</pdfaProperty:valueType>
|
|
12156
|
+
</rdf:li>
|
|
12157
|
+
</rdf:Seq>
|
|
12158
|
+
</pdfaSchema:property>
|
|
12159
|
+
</rdf:li>
|
|
12160
|
+
</rdf:Bag>
|
|
12161
|
+
</pdfaExtension:schemas>
|
|
12162
|
+
</rdf:Description>
|
|
12130
12163
|
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
|
12131
12164
|
<!-- Dublin Core properties go here -->
|
|
12132
12165
|
<dc:title>
|
|
@@ -12137,33 +12170,57 @@
|
|
|
12137
12170
|
|
|
12138
12171
|
</xsl:for-each>
|
|
12139
12172
|
</xsl:variable>
|
|
12140
|
-
<
|
|
12141
|
-
<
|
|
12142
|
-
<xsl:
|
|
12143
|
-
|
|
12144
|
-
|
|
12145
|
-
|
|
12146
|
-
|
|
12147
|
-
|
|
12173
|
+
<rdf:Alt>
|
|
12174
|
+
<rdf:li xml:lang="x-default">
|
|
12175
|
+
<xsl:choose>
|
|
12176
|
+
<xsl:when test="normalize-space($title) != ''">
|
|
12177
|
+
<xsl:value-of select="$title"/>
|
|
12178
|
+
</xsl:when>
|
|
12179
|
+
<xsl:otherwise>
|
|
12180
|
+
<xsl:text> </xsl:text>
|
|
12181
|
+
</xsl:otherwise>
|
|
12182
|
+
</xsl:choose>
|
|
12183
|
+
</rdf:li>
|
|
12184
|
+
</rdf:Alt>
|
|
12148
12185
|
</dc:title>
|
|
12149
|
-
<
|
|
12186
|
+
<xsl:variable name="dc_creator">
|
|
12150
12187
|
<xsl:for-each select="(//*[contains(local-name(), '-standard')])[1]/*[local-name() = 'bibdata']">
|
|
12151
12188
|
|
|
12152
|
-
<
|
|
12153
|
-
<xsl:
|
|
12154
|
-
|
|
12155
|
-
|
|
12189
|
+
<rdf:Seq>
|
|
12190
|
+
<xsl:for-each select="*[local-name() = 'contributor'][*[local-name() = 'role']/@type='author']">
|
|
12191
|
+
<rdf:li>
|
|
12192
|
+
<xsl:value-of select="*[local-name() = 'organization']/*[local-name() = 'name']"/>
|
|
12193
|
+
</rdf:li>
|
|
12194
|
+
<!-- <xsl:if test="position() != last()">; </xsl:if> -->
|
|
12195
|
+
</xsl:for-each>
|
|
12196
|
+
</rdf:Seq>
|
|
12156
12197
|
|
|
12157
12198
|
</xsl:for-each>
|
|
12158
|
-
</
|
|
12159
|
-
<
|
|
12199
|
+
</xsl:variable>
|
|
12200
|
+
<xsl:if test="normalize-space($dc_creator) != ''">
|
|
12201
|
+
<dc:creator>
|
|
12202
|
+
<xsl:copy-of select="$dc_creator"/>
|
|
12203
|
+
</dc:creator>
|
|
12204
|
+
</xsl:if>
|
|
12205
|
+
|
|
12206
|
+
<xsl:variable name="dc_description">
|
|
12160
12207
|
<xsl:variable name="abstract">
|
|
12161
12208
|
|
|
12162
12209
|
<xsl:copy-of select="//*[contains(local-name(), '-standard')]/*[local-name() = 'preface']/*[local-name() = 'abstract']//text()[not(ancestor::*[local-name() = 'title'])]"/>
|
|
12163
12210
|
|
|
12164
12211
|
</xsl:variable>
|
|
12165
|
-
<
|
|
12166
|
-
|
|
12212
|
+
<rdf:Alt>
|
|
12213
|
+
<rdf:li xml:lang="x-default">
|
|
12214
|
+
<xsl:value-of select="normalize-space($abstract)"/>
|
|
12215
|
+
</rdf:li>
|
|
12216
|
+
</rdf:Alt>
|
|
12217
|
+
</xsl:variable>
|
|
12218
|
+
<xsl:if test="normalize-space($dc_description)">
|
|
12219
|
+
<dc:description>
|
|
12220
|
+
<xsl:copy-of select="$dc_description"/>
|
|
12221
|
+
</dc:description>
|
|
12222
|
+
</xsl:if>
|
|
12223
|
+
|
|
12167
12224
|
<pdf:Keywords>
|
|
12168
12225
|
<xsl:call-template name="insertKeywords">
|
|
12169
12226
|
<xsl:with-param name="meta">true</xsl:with-param>
|