diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-21 09:20:47 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-21 09:20:47 +0000 |
| commit | 237ad82abc887a2df3e717ce975b0a11ec826e50 (patch) | |
| tree | f7a422e5983f2c475c831e5d70987437eb77fa69 /lib/rss/xmlscanner.rb | |
| parent | bce825f7f80fee645ece8a8fe2cfe1ff5a3cd68a (diff) | |
| download | ruby-237ad82abc887a2df3e717ce975b0a11ec826e50.tar.gz ruby-237ad82abc887a2df3e717ce975b0a11ec826e50.tar.xz ruby-237ad82abc887a2df3e717ce975b0a11ec826e50.zip | |
* test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.
* lib/rss/xml-stylesheet.rb: added xml-stylesheet parsing
function.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/xmlscanner.rb')
| -rw-r--r-- | lib/rss/xmlscanner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rss/xmlscanner.rb b/lib/rss/xmlscanner.rb index 2a80b00e6..4ab997062 100644 --- a/lib/rss/xmlscanner.rb +++ b/lib/rss/xmlscanner.rb @@ -48,6 +48,7 @@ module RSS xmldecl(@version, @encoding, @standalone) end + alias_method(:on_pi, :instruction) alias_method(:on_chardata, :text) alias_method(:on_cdata, :text) |
