<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/8/13 1:12 PM, Kordell, Luke T
      wrote:<br>
    </div>
    <blockquote
      cite="mid:EBDE6A904AEF60448F36706839FFB5250B820BAC@HVXDSP21.us.lmco.com"
      type="cite">
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">Hello I am trying to follow the SCAP workbook and I got to the rule creation portion on page 29. I've copied the code as instructed but I'm getting an Invalid Checklist content in out/put/unlinked-unresolved-rhel6-xccdf.xml error. Just to make sure this wasn't an erroneous error I checked to see if the html guide had been regenerated and it hadn't. I am including an attachment that has the added rule at the bottom. My initial thought was that I used the guide tags incorrectly, but none of the changes I made ended up working.  Any ideas of what I might be doing wrong? 

Thanks! 

Luke Kordell </pre>
      </div>
      ......
      <pre wrap="">
&lt;Rule id="package_scap-security-guide_installed" severity="high"&gt; 
&lt;title&gt; Install SCAP Security Guide &lt;/title&gt; 
&lt;description&gt; The SCAO Security Guide may be installed by first enabling the SSG YUM repository. This can be accomplised by running...
&lt;/description&gt;
&lt;ocil clause="SCAP Security Guide is not installed"&gt; 
&lt;package-check-macro package="scap-security-guide" /&gt; 
&lt;/ocil&gt; 
&lt;rational&gt;
Because Joe said to
&lt;/rational&gt; 
&lt;oval id="package_scap-security-guide_installed" /&gt; 
&lt;/Rule&gt; 
.....</pre>
    </blockquote>
    <br>
    Hmm, yes, this easter egg would likely be super frustrating to those
    not taking taking this in person... =/<br>
    <br>
    Context check "rational vs rationale," especially which other
    &lt;Rule&gt;'s use.<br>
    <br>
    The error is being thrown by `make validate`, which will check XML
    schemas. The coursebook purposefully uses the wrong XML tag to
    expose/remind developers of `make validate`<br>
    <br>
    s/rational&gt;/rationale&gt;/r <br>
  </body>
</html>