metanorma-ribose 2.1.9 → 2.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ribose/ribose.standard.xsl +1 -1
- data/lib/metanorma/ribose/isodoc.rng +9 -0
- data/lib/metanorma/ribose/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: ef9a985447d820480b91f3e3ddeb51dacaaf704aba771de6e359b3b525ec9669
|
4
|
+
data.tar.gz: 356fdaf4ffc1ad22287ab3daa9bf24fe7eda1efb5b7879c3e5b2238cc5eec891
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8399e3993cdf02d45ae4f91a2b4d78a6b37ec23fd08215aeae37efe51118ba862cd572535edd18b7b61a30a07d2001df005a56f189e86fae67768d793202d667
|
7
|
+
data.tar.gz: e90b600180866ff7798a14dd14039b6f4822000533e9743a60e877f98cc5f9c1e72de9a62f352dd5e385ae18464f497e8ba513a92207a62d4891e0411445934f
|
@@ -8078,7 +8078,7 @@
|
|
8078
8078
|
<!-- ====== -->
|
8079
8079
|
<!-- eref -->
|
8080
8080
|
<!-- ====== -->
|
8081
|
-
<xsl:template match="*[local-name() = 'eref']">
|
8081
|
+
<xsl:template match="*[local-name() = 'eref']" name="eref">
|
8082
8082
|
<xsl:variable name="current_bibitemid" select="@bibitemid"/>
|
8083
8083
|
<!-- <xsl:variable name="external-destination" select="normalize-space(key('bibitems', $current_bibitemid)/*[local-name() = 'uri'][@type = 'citation'])"/> -->
|
8084
8084
|
<xsl:variable name="external-destination" select="normalize-space($bibitems/*[local-name() ='bibitem'][@id = $current_bibitemid]/*[local-name() = 'uri'][@type = 'citation'])"/>
|
@@ -205,6 +205,15 @@
|
|
205
205
|
<data type="boolean"/>
|
206
206
|
</attribute>
|
207
207
|
</optional>
|
208
|
+
<optional>
|
209
|
+
<attribute name="style">
|
210
|
+
<choice>
|
211
|
+
<value>basic</value>
|
212
|
+
<value>full</value>
|
213
|
+
<value>short</value>
|
214
|
+
</choice>
|
215
|
+
</attribute>
|
216
|
+
</optional>
|
208
217
|
<ref name="XrefBody"/>
|
209
218
|
</element>
|
210
219
|
</define>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ribose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|