htmltoooxml 0.1.9 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e54ac74a4bb1022ba6f3bb863c8efe689310ee3c
4
- data.tar.gz: 945e3055e07b9066d4d212a8e9e5313118de24a9
3
+ metadata.gz: 7b446a4e1b1eb6bf095a782bdf298c5dd44e4c54
4
+ data.tar.gz: 776c86de75e0048359b44a2f1f876674330213ff
5
5
  SHA512:
6
- metadata.gz: b113b908797c0e840b1ec214b28baed3fe0c092d6cb1f62b99a90030e5b42c869c92834ea0e4011e51a2e786589108eff63d2f79e7af2d60b4eb04581d08cbf0
7
- data.tar.gz: 779cfb247ef4088e8a9ab850a111a95aeecd17b4edf0efffc5682cbf67ec3bba8505fb8be4977d209235bbb1f3de24dfda7b5894affc0779262189af22eee9c2
6
+ metadata.gz: 9678ea2988e25eba22d9317fbfc0183495768d4499009f8a6ab482033bfd3255d3301fa9d7a1059fd67aea41468ddb4e3a6a45024162af8afbe1ed06950a040a
7
+ data.tar.gz: 42debfa7dea131f9fdfb9a9e3cde7f842f36caabad9e6ffcb25a587dc3cb18276517a61ea5f5f364ae1505003f4abbcef9563eef64a88b22681071cf2443d8fe
@@ -1,3 +1,3 @@
1
1
  module Htmltoooxml
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -45,7 +45,7 @@
45
45
  <a:p>
46
46
  <xsl:call-template name="text-alignment" />
47
47
  <a:r>
48
- <a:rPr lang="en-GB" dirty="0"/>
48
+ <a:rPr/>
49
49
  <a:t><xsl:value-of select="."/></a:t>
50
50
  </a:r>
51
51
  </a:p>
@@ -95,7 +95,7 @@
95
95
  <xsl:variable name="length" select="string-length(name(.))"/>
96
96
  <a:p>
97
97
  <a:r>
98
- <a:rPr lang="en-GB" b="1" dirty="0"/>
98
+ <a:rPr b="1" dirty="0"/>
99
99
  <a:t><xsl:value-of select="."/></a:t>
100
100
  </a:r>
101
101
  </a:p>
@@ -223,7 +223,7 @@
223
223
  </xsl:comment>
224
224
  <a:p>
225
225
  <a:r>
226
- <a:rPr lang="en-GB" dirty="0"/>
226
+ <a:rPr/>
227
227
  <a:t><xsl:value-of select="."/></a:t>
228
228
  </a:r>
229
229
  </a:p>
@@ -278,22 +278,22 @@
278
278
  <xsl:if test="string-length(.) > 0">
279
279
  <a:r>
280
280
  <xsl:if test="ancestor::i">
281
- <a:rPr lang="en-GB" dirty="0"/ i="1">
281
+ <a:rPr dirty="0" i="1"/>
282
282
  </xsl:if>
283
283
  <xsl:if test="ancestor::b">
284
- <a:rPr lang="en-GB" dirty="0" b="1"/>
284
+ <a:rPr dirty="0" b="1"/>
285
285
  </xsl:if>
286
286
  <xsl:if test="ancestor::u">
287
- <a:rPr lang="en-GB" dirty="0"/>
287
+ <a:rPr dirty="0"/>
288
288
  </xsl:if>
289
289
  <xsl:if test="ancestor::s">
290
- <a:rPr lang="en-GB" dirty="0"/>
290
+ <a:rPr dirty="0"/>
291
291
  </xsl:if>
292
292
  <xsl:if test="ancestor::sub">
293
- <a:rPr lang="en-GB" dirty="0"/>
293
+ <a:rPr dirty="0"/>
294
294
  </xsl:if>
295
295
  <xsl:if test="ancestor::sup">
296
- <a:rPr lang="en-GB" dirty="0"/>
296
+ <a:rPr dirty="0"/>
297
297
  </xsl:if>
298
298
  <a:t><xsl:value-of select="."/></a:t>
299
299
  </a:r>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: htmltoooxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Boynton