Skip to content

Commit

Permalink
Fix bug in xsl_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Feb 1, 2010
1 parent 10d81a9 commit 3bc46fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
* Still return the stylesheet in XslFile even when the regex doesn't match
* Update to schema version 653
* Update to schema version 637
* Rename examples/config.rb to examples/config.template.rb [Bernd Ustorf]
Expand Down
1 change: 1 addition & 0 deletions lib/ebay/types/xsl_file.rb
Expand Up @@ -24,6 +24,7 @@ def unpack_stylesheet(base64string)
stylesheet = base64string.unpack('m').first
stylesheet.sub!(/urn:schemas-microsoft-com:xslt/, 'http://exslt.org/common')
stylesheet.sub!(/exclude-result-prefixes="x"/, 'exclude-result-prefixes="x xal"')
stylesheet
end
end
end
Expand Down

0 comments on commit 3bc46fa

Please sign in to comment.