mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
23.37.2013 ebf68860bcd325a8871016b2717305b4a8f919d2
Short test of <xinclude:fallback>

The fallback mechanism leaves validation to complete with a warning rather than a failure.

Builds fine for me locally
1 files modified
10 ■■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/admin-guide/index.xml 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/src/main/docbkx/admin-guide/index.xml
@@ -143,7 +143,15 @@
 <xinclude:include href='appendix-extended-ops.xml' />
 <xinclude:include href='appendix-l10n.xml' />
 <xinclude:include href='appendix-interface-stability.xml' />
 <xinclude:include href='../../../target/logref/log-message-reference.xml' />
 <xinclude:include href='../../../target/logref/log-message-reference.xml'>
  <xinclude:fallback>
   <appendix>
    <title>Log Message Reference Missing</title>
    <para>The log message reference is missing. It should be in
    <filename>../../../target/logref/log-message-reference.xml</filename>.</para>
   </appendix>
  </xinclude:fallback>
 </xinclude:include>
 <index />
</book>