You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/02/21 21:56:42 UTC

[Solr Wiki] Trivial Update of "SolrConfigXml" by EricPugh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrConfigXml" page has been changed by EricPugh.
The comment on this change is: fix xml syntax in xi:include example..
http://wiki.apache.org/solr/SolrConfigXml?action=diff&rev1=37&rev2=38

--------------------------------------------------

  {{{
      <xi:include href="solr/conf/solrconfig_master.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
        <xi:fallback>
-         <xi:include href="solr/conf/solrconfig_slave.xml">
+         <xi:include href="solr/conf/solrconfig_slave.xml"/>
        </xi:fallback>
      </xi:include>
  }}}