Version.xml.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <chapter>
  5. <chapterinfo>
  6. <date id="DateVer">2014 Version ${DOC_VERSION}</date>
  7. <releaseinfo id="FooterInfo">© 2014 HPCC Systems. All rights
  8. reserved</releaseinfo>
  9. <copyright id="Copyright">
  10. <year>2014 HPCC Systems. All rights reserved</year>
  11. </copyright>
  12. </chapterinfo>
  13. <title>Version</title>
  14. <section>
  15. <title>Version Section</title>
  16. <para id="bpara">This document contains no actual content, information,
  17. or other interesting material. In fact it is only here to
  18. serve one purpose and that is to store the chapterinfo the above sections
  19. that are being used by several other documents.</para>
  20. <para id="CHMVer">2014 Version ${DOC_VERSION}</para>
  21. <para>The following line is the code to be put into the document you wish
  22. to include the above version info in:</para>
  23. <para></para>
  24. <para><programlisting>&lt;xi:include href="Version.xml" xpointer="DateVer" xmlns:xi="http://www.w3.org/2001/XInclude" /&gt; </programlisting></para>
  25. <para>DateVer is the <emphasis role="bold">id</emphasis> we provided to be
  26. able to reference it.</para>
  27. <para>All content herein is but a placeholder to maintain a valid document structure
  28. that we can use bookinfo/date and other elements for other purposes.</para>
  29. </section>
  30. </chapter>