<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -356,7 +356,12 @@ module Merb::Test::Rspec::ViewMatchers
       require &quot;libxml&quot;
       type = &quot;libxml&quot;
     rescue LoadError =&gt; e
-      require &quot;rexml/document&quot;
+      if require &quot;rexml/document&quot; # show warning only once
+        warn(&lt;&lt;-WARN_TEXT)
+Standard REXML library is slow. Please consider to install libxml-ruby.
+Use &quot;sudo gem install libxml-ruby&quot;
+WARN_TEXT
+      end
       type = &quot;rexml&quot;
     end
     HaveXpath.new(expected, type)</diff>
      <filename>lib/merb-core/test/matchers/view_matchers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1f6de2c3a0ec4bf42b4d6883e3898c2cc395f118</id>
    </parent>
  </parents>
  <author>
    <name>Michael Holub</name>
    <email>michael.holub@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/ef6092a6ee79d112eccbea1b8862c21d46d51b99</url>
  <id>ef6092a6ee79d112eccbea1b8862c21d46d51b99</id>
  <committed-date>2008-10-11T21:30:57-07:00</committed-date>
  <authored-date>2008-10-11T06:42:11-07:00</authored-date>
  <message>Add warning when loading rexml instead of libxml-ruby

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
  <tree>53c61f0e45282bf7fb00ad6f78b61d16b10f1a4c</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
