You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2018/01/30 01:06:26 UTC

[incubator-daffodil-site] branch asf-site updated: Publishing from a017a2602de683ed37076b0ed27e9e0defed8e3b

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6da449c  Publishing from a017a2602de683ed37076b0ed27e9e0defed8e3b
6da449c is described below

commit 6da449cbd53c303ce297d7d490bfa3c1ec0871bf
Author: Steve Lawrence <sl...@tresys.com>
AuthorDate: Mon Jan 29 20:06:01 2018 -0500

    Publishing from a017a2602de683ed37076b0ed27e9e0defed8e3b
---
 content/assets/themes/apache/css/style.css        |   24 +-
 content/cli/index.html                            |  535 ++++++++
 content/community/index.html                      |   20 +-
 content/configuration/index.html                  |  250 ++++
 content/debugger/index.html                       |  419 +++++++
 content/{releases => dfdl-extensions}/index.html  |  102 +-
 content/dfdl-layout/index.html                    |  299 +++++
 content/eclipse-configuration/index.html          |  251 ++++
 content/examples/index.html                       |  278 +++++
 content/faq/index.html                            |  399 ++++++
 content/{community => getting-started}/index.html |   96 +-
 content/index.html                                |   20 +-
 content/people/index.html                         |   22 +-
 content/releases/1.0.0/index.html                 |   83 +-
 content/releases/1.1.0/index.html                 |   83 +-
 content/releases/2.0.0/index.html                 |   87 +-
 content/releases/2.1.0/index.html                 |  266 +++-
 content/releases/index.html                       |   20 +-
 content/unsupported/index.html                    | 1340 +++++++++++++++++++++
 19 files changed, 4281 insertions(+), 313 deletions(-)

diff --git a/content/assets/themes/apache/css/style.css b/content/assets/themes/apache/css/style.css
index 96690e0..74849fd 100644
--- a/content/assets/themes/apache/css/style.css
+++ b/content/assets/themes/apache/css/style.css
@@ -8,6 +8,16 @@ body {
   font-size: 16px;
 }
 
+/* this makes it so anchors are slightly below the navbar so they
+ * aren't covered up when linked */
+*[id]:before {
+	display:block;
+	content: " ";
+	margin-top: -75px;
+	height: 75px;
+	visibility: hidden;
+}
+
 h1,
 h2,
 h3,
@@ -393,7 +403,7 @@ hr {
   }
 }
 
-i.external {
+a.external:before {
   position: relative;
   top: 1px;
   display: inline-block;
@@ -406,7 +416,7 @@ i.external {
   margin-right: 5px;
 }
 
-i.external:before {
+a.external:before {
   content: "\e066";
 }
 
@@ -416,3 +426,13 @@ i.external:before {
 	border-top-right-radius: 0px;
 	border-color: #dddddd;
 }
+
+dd {
+	margin-top: 10px;
+	margin-left: 30px;
+}
+
+dt code {
+	color: inherit;
+	background-color: inherit;
+}
diff --git a/content/cli/index.html b/content/cli/index.html
new file mode 100644
index 0000000..e2bc525
--- /dev/null
+++ b/content/cli/index.html
@@ -0,0 +1,535 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Command Line Interface</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="command-line-interface">Command Line Interface</h2>
+
+<p>The binary Daffodil <a href="/release">release</a> contain a <code class="highlighter-rouge">/bin</code> directory that contains two scripts: <code class="highlighter-rouge">daffodil.bat</code> for Windows and <code class="highlighter-rouge">daffodil</code> for Linux. These files must be executed on the command line. The general usage is:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil [GLOBAL_OPTIONS] &lt;subcommand&gt; [SUBCOMMAND_OPTIONS]
+</code></pre>
+</div>
+
+<p>The available subcommands are: <a href="#parse-subcommand">parse</a>, <a href="#unparse-subcommand">unparse</a>, <a href="#save-parser-subcommand">save-parser</a>, <a href="#test-subcommand">test</a>, and <a href="#performance-subcommand">performance</a>.</p>
+
+<h3 id="environment-variables">Environment Variables</h3>
+
+<p>Setting environment variables may be necessary to allow for importing/includes to work and when running TDML files.</p>
+
+<dl>
+  <dt><code class="highlighter-rouge">DAFFODIL_CLASSPATH</code></dt>
+  <dd>
+    <p>The Daffodil CLI will look on the classpath for includes and imports, jars containing schemas, and some TDML files. To define additional directories specific to Daffodil to look for files, set the <code class="highlighter-rouge">DAFFODIL_CLASSPATH</code> environment variable, for example:</p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>$ export DAFFODIL_CLASSPATH="/path/to/imports/:/path/to/includes/"
+</code></pre>
+    </div>
+
+    <p>In addition to defining directories to search for imports and includes, you can add a CatalogManager.properties file to the <code class="highlighter-rouge">DAFFODIL_CLASSPATH</code> to direct Daffodil to a relative path location of a user XML Catalog.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">DAFFODIL_JAVA_OPTS</code></dt>
+  <dd>
+    <p>If you need to specify java options specific to Daffodil, you can set the <code class="highlighter-rouge">DAFFODIL_JAVA_OPTS</code> environment variable. If not specified, the <code class="highlighter-rouge">JAVA_OPTS</code> environment variable will be used. If that is not specified, reasonable defaults for Daffodil will be used.</p>
+  </dd>
+</dl>
+
+<h3 id="global-options">Global Options</h3>
+
+<dl>
+  <dt><code class="highlighter-rouge">-d, --debug [FILE]</code></dt>
+  <dd>
+    <p>Enable the interactive debugger. See the <a href="/debugger">Interactive Debugger</a> documentation for more information.</p>
+
+    <p>The optional <code class="highlighter-rouge">FILE</code> argument contains a list of debugger commands that are provided to the debugger as they were typed by the user.</p>
+
+    <p>This option cannot be used with the <code class="highlighter-rouge">--trace</code> option.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-t, --trace</code></dt>
+  <dd>
+    <p>Enable a trace mode. This mode prints out helpful information during every stage of parsing.</p>
+
+    <p>This option cannot be used with the <code class="highlighter-rouge">--debug</code> option.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-v, --verbose</code></dt>
+  <dd>
+    <p>Enable verbose mode and increment verbosity level. Each additional v provides a new level of information.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--version</code></dt>
+  <dd>
+    <p>Display the version of Daffodil.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>
+    <p>Display help message.</p>
+  </dd>
+</dl>
+
+<h3 id="parse-subcommand">Parse Subcommand</h3>
+
+<p>Parse a file, using either a DFDL schema or a saved parser.</p>
+
+<h4 id="usage">Usage</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil parse (-s &lt;schema&gt; [-r [{&lt;namespace&gt;}]&lt;root&gt;] [-p &lt;path&gt;] | -P &lt;parser&gt;)
+               [-D[{namespace}]&lt;variable&gt;=&lt;value&gt;...] [-T&lt;tunable&gt;=&lt;value&gt;] [-o &lt;output&gt;]
+               [-V [mode]] [-c &lt;file&gt;] [-I &lt;infoset_type&gt;] [infile]
+</code></pre>
+</div>
+
+<h4 id="options">Options</h4>
+
+<dl>
+  <dt><code class="highlighter-rouge">-c, --config FILE</code></dt>
+  <dd>
+    <p>XML file containing configuration items, such as external variables or Daffodil tunables. See Configuration File for details on the file format.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-D [{NAMESPACE}]VARIABLE=VALUE</code></dt>
+  <dd>
+    <p>Variables to be used when parsing. <code class="highlighter-rouge">VARIABLE</code> can be prefixed with <code class="highlighter-rouge"><span class="p">{</span><span class="err">NAMESPACE</span><span class="p">}</span></code> to define which namespace the variable belongs in, for example:</p>
+
+    <p><code class="highlighter-rouge">-D{http://example.com}var1=var</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">-I, --infoset-type TYPE</code></dt>
+  <dd>
+    <p>Infoset type to output. <code class="highlighter-rouge">TYPE</code> must be one of <code class="highlighter-rouge">xml</code>, <code class="highlighter-rouge">scala-xml</code>, <code class="highlighter-rouge">json</code>, <code class="highlighter-rouge">jdom</code>, or <code class="highlighter-rouge">null</code>. Defaults to <code class="highlighter-rouge">xml</code> if not provided.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-o, --output FILE</code></dt>
+  <dd>
+    <p>Write output to a given <code class="highlighter-rouge">FILE</code>. If the option is not given or <code class="highlighter-rouge">FILE</code> is -, output is written to standard out.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-P, --parser FILE</code></dt>
+  <dd>
+    <p>Use a previously saved parser, created using the save-parser subcommand. This option cannot be used with the <code class="highlighter-rouge">--schema</code> option or with the <code class="highlighter-rouge">--validate</code> option set to <code class="highlighter-rouge">on</code>.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-p, --path PATH</code></dt>
+  <dd>
+    <p>The path to the node from the root element to create the parser from.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-r, --root [{NAMESPACE}]ROOT</code></dt>
+  <dd>
+    <p>The root element of the DFDL schema to use. This must be one of the top-level elements of the schema defined with <code class="highlighter-rouge">--schema</code>. This requires the <code class="highlighter-rouge">--schema</code> option to be defined. If not supplied, the first element of the schema defined with <code class="highlighter-rouge">--schema</code> is used. A namespace may be specified by prefixing <code class="highlighter-rouge">ROOT</code> with <code class="highlighter [...]
+  </dd>
+  <dt><code class="highlighter-rouge">-s, --schema FILE</code></dt>
+  <dd>
+    <p>The annotated DFDL schema to use to create the parser. This option cannot be used with the <code class="highlighter-rouge">--parser</code> option.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-T TUNABLE=VALUE</code></dt>
+  <dd>
+    <p>Modify Daffodil configuration options to change parsing behavior. See Tunable Parameters for the list of tunable parameters.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-V, --validate [MODE]</code></dt>
+  <dd>
+    <p>The validation mode. <code class="highlighter-rouge">MODE</code> must be one of <code class="highlighter-rouge">on</code>, <code class="highlighter-rouge">limited</code> or <code class="highlighter-rouge">off</code>. If <code class="highlighter-rouge">MODE</code> is not provided, defaults to <code class="highlighter-rouge">on</code>. If <code class="highlighter-rouge">--validate</code> is not provided, defaults to <code class="highlighter-rouge">off</code>. <code class="highlighte [...]
+  </dd>
+  <dt><code class="highlighter-rouge">[INFILE]</code></dt>
+  <dd>
+    <p>Input file to parse. If not specified, or is a value of -, reads from standard in. If supplied, this must be the last option on the command line.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>
+    <p>Display help message.</p>
+  </dd>
+</dl>
+
+<h4 id="example">Example</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ daffodil parse -s csv.dfdl.xsd test_file.csv
+</code></pre>
+</div>
+
+<h3 id="unparse-subcommand">Unparse Subcommand</h3>
+
+<p>Unparse an infoset file, using either a DFDL schema or a saved parser.</p>
+
+<h4 id="usage-1">Usage</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil unparse (-s &lt;schema&gt; [-r [{&lt;namespace&gt;}]&lt;root&gt;] [-p &lt;path&gt;] | -P &lt;parser&gt;)
+                 [-D[{&lt;namespace&gt;}]&lt;variable&gt;=&lt;value&gt;...] [-T&lt;tunable&gt;=&lt;value&gt;] [-o &lt;output&gt;]
+                 [-V [mode]] [-c &lt;file&gt;] [-I &lt;infoset_type&gt;] [infile]
+</code></pre>
+</div>
+
+<h4 id="options-1">Options</h4>
+
+<dl>
+  <dt><code class="highlighter-rouge">-c, --config FILE</code></dt>
+  <dd>
+    <p>XML file containing configuration items, such as external variables or Daffodil tunables. See Configuration File for details on the file format.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-D [{NAMESPACE}]VARIABLE=VALUE</code></dt>
+  <dd>
+    <p>Variables to be used when unparsing. <code class="highlighter-rouge">VARIABLE</code> can be prefixed with <code class="highlighter-rouge"><span class="p">{</span><span class="err">NAMESPACE</span><span class="p">}</span></code> to define which namespace the variable belongs in, for example:</p>
+
+    <p><code class="highlighter-rouge">-D{http://example.com}var1=var</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">-I, --infoset-type TYPE</code></dt>
+  <dd>
+    <p>Infoset type to unparse. <code class="highlighter-rouge">TYPE</code> must be one of <code class="highlighter-rouge">xml</code>, <code class="highlighter-rouge">scala-xml</code>, <code class="highlighter-rouge">json</code>, or <code class="highlighter-rouge">jdom</code>. Defaults to <code class="highlighter-rouge">xml</code> if not provided.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-o, --output FILE</code></dt>
+  <dd>
+    <p>Write output to a give <code class="highlighter-rouge">FILE</code>. If the option is not given or <code class="highlighter-rouge">FILE</code> is -, output is written to standard out.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-P, --parser FILE</code></dt>
+  <dd>
+    <p>Use a previously saved parser, created using the save-parser subcommand. This option cannot be used with the <code class="highlighter-rouge">--schema</code> option or with the <code class="highlighter-rouge">--validate</code> option set to <code class="highlighter-rouge">on</code>.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-p, --path PATH</code></dt>
+  <dd>
+    <p>The path to the node from the root element to create the parser from.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-r, --root [{NAMESPACE}]ROOT</code></dt>
+  <dd>
+    <p>The root element of the DFDL schema to use. This must be one of the top-level elements of the schema defined with <code class="highlighter-rouge">--schema</code>. This requires the <code class="highlighter-rouge">--schema</code> option to be defined. If not supplied, the first element of the schema defined with <code class="highlighter-rouge">--schema</code> is used. A namespace may be specified by prefixing the <code class="highlighter-rouge">ROOT</code> with {NAMEAPSCE}.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-s, --schema FILE</code></dt>
+  <dd>
+    <p>The annotated DFDL schema to use to create the parser. This option cannot be used with the <code class="highlighter-rouge">--parser</code> option.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-T TUNABLE=VALUE</code></dt>
+  <dd>
+    <p>Modify Daffodil configuration options to change parsing behavior. See Tunable Parameters for the list of tunable parameters.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-V, --validate [MODE]</code></dt>
+  <dd>
+    <p>The validation mode. <code class="highlighter-rouge">MODE</code> must be one of <code class="highlighter-rouge">on</code>, <code class="highlighter-rouge">limited</code> or <code class="highlighter-rouge">off</code>. If <code class="highlighter-rouge">MODE</code> is not provided, defaults to <code class="highlighter-rouge">on</code>. If <code class="highlighter-rouge">--validate</code> is not provided, defaults to <code class="highlighter-rouge">off</code>. <code class="highlighte [...]
+  </dd>
+  <dt><code class="highlighter-rouge">[INFILE]</code></dt>
+  <dd>
+    <p>Input file to unparse. If not specified, or is a value of -, reads from standard in. If supplied, this must be the last option on the command line.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>Display help message.</dd>
+</dl>
+
+<h4 id="example-1">Example</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ daffodil unparse -s csv.dfdl.xsd test_file.infoset
+</code></pre>
+</div>
+
+<h3 id="save-parser-subcommand">Save Parser Subcommand</h3>
+
+<p>Save a parser that can be reused for parsing and unparsing.</p>
+
+<h4 id="usage-2">Usage</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil save-parser -s &lt;schema&gt; [-r [{namespace}]&lt;root&gt;] [-p &lt;path&gt;] [outfile]
+</code></pre>
+</div>
+
+<h4 id="options-2">Options</h4>
+
+<dl>
+  <dt><code class="highlighter-rouge">-c, --config FILE</code></dt>
+  <dd>
+    <p>XML file containing configuration items, such as external variables or Daffodil tunables. See Configuration File for details on the file format.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-D [{NAMESPACE}]VARIABLE=VALUE</code></dt>
+  <dd>
+    <p>Variables to be used when parsing. <code class="highlighter-rouge">VARIABLE</code> can be prefixed with <code class="highlighter-rouge"><span class="p">{</span><span class="err">NAMESPACE</span><span class="p">}</span></code> to define which namespace the variable belongs in, for example:</p>
+
+    <p><code class="highlighter-rouge">-D{http://example.com}var1=var</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">-p, --path PATH</code></dt>
+  <dd>
+    <p>The path to the node from the root element to create the parser from.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-r, --root [{NAMESPACE}]ROOT</code></dt>
+  <dd>
+    <p>The root element of the DFDL schema to use. This must be one of the top-level elements of the schema defined with <code class="highlighter-rouge">--schema</code>. This requires the <code class="highlighter-rouge">--schema</code> option to be defined. If not supplied, the first element of the schema defined with <code class="highlighter-rouge">--schema</code> is used. A namespace may be specified by prefixing <code class="highlighter-rouge">ROOT</code> with <code class="highlighter [...]
+  </dd>
+  <dt><code class="highlighter-rouge">-s, --schema FILE</code></dt>
+  <dd>
+    <p>The annotated DFDL schema to use to create the parser. This option must be supplied.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-T TUNABLE=VALUE</code></dt>
+  <dd>
+    <p>Modify Daffodil configuration options to change parsing behavior. See Tunable Parameters for the list of tunable parameters.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-V, --validate MODE</code></dt>
+  <dd>
+    <p>The validation mode. <code class="highlighter-rouge">MODE</code> must be either <code class="highlighter-rouge">limited</code> or <code class="highlighter-rouge">off</code>. <code class="highlighter-rouge">MODE</code> is required. If <code class="highlighter-rouge">--validate</code> is not present, defaults to <code class="highlighter-rouge">off</code>. <code class="highlighter-rouge">MODE</code> cannot be set to <code class="highlighter-rouge">on</code> as possible in other comma [...]
+  </dd>
+  <dt><code class="highlighter-rouge">[OUTFILE]</code></dt>
+  <dd>
+    <p>Write the parser to a give file. If the option is not given or is -, output is written to standard out. If supplied, this must be the last option on the command line.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>
+    <p>Display help message.</p>
+  </dd>
+</dl>
+
+<h4 id="example-2">Example</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ daffodil save-parser -s csv.dfdl.xsd csv_parser.xml
+</code></pre>
+</div>
+
+<h3 id="test-subcommand">Test Subcommand</h3>
+
+<p>List or execute tests in a TDML file.</p>
+
+<h4 id="usage-3">Usage</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil test [-l] [-r] [-i] &lt;tdmlfile&gt; [testname...]
+</code></pre>
+</div>
+
+<h4 id="options-3">Options</h4>
+
+<dl>
+  <dt><code class="highlighter-rouge">-i, --info</code></dt>
+  <dd>
+    <p>Increment test result information output level, one level for each occurrence of -i.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-l, --list</code></dt>
+  <dd>
+    <p>Show names and descriptions in a TDML file instead of running them.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-r, --regex</code></dt>
+  <dd>
+    <p>Treat <code class="highlighter-rouge">TESTNAME</code>s as regular expressions.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">TDMLFILE</code></dt>
+  <dd>
+    <p>Test Data Markup Language (TDML) file.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">[TESTNAME...]</code></dt>
+  <dd>
+    <p>Name of one or more test case in the TDML file. If not given, all tests in <code class="highlighter-rouge">TDMLFILE</code> are run.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>
+    <p>Display help message.</p>
+  </dd>
+</dl>
+
+<h4 id="example-3">Example</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ daffodil test csv.tdml
+</code></pre>
+</div>
+
+<h3 id="performance-subcommand">Performance Subcommand</h3>
+
+<p>Run a performance test (parse or unparse), using either a DFDL schema or a saved parser</p>
+
+<h4 id="usage-4">Usage</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil performance (-s &lt;schema&gt; [-r [{namespace}]&lt;root&gt;] [-p &lt;path&gt;] |  -P &lt;parser)
+                     [-u] [-V[mode]] [-N &lt;number&gt;] [-t &lt;threads&gt;]
+                     [-D[{namespace}]&lt;variable&gt;=&lt;value&gt;] [-I &lt;infoset_type&gt;] &lt;infile&gt;
+</code></pre>
+</div>
+
+<h4 id="options-4">Options</h4>
+
+<dl>
+  <dt><code class="highlighter-rouge">-c, --config FILE</code></dt>
+  <dd>
+    <p>XML file containing configuration items, such as external variables or Daffodil tunables. See  Configuration File for details on the file format.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-D [{NAMESPACE}]VARIABLE=VALUE</code></dt>
+  <dd>
+    <p>Variables to be used when parsing. <code class="highlighter-rouge">VARIABLE</code> can be prefixed with <code class="highlighter-rouge"><span class="p">{</span><span class="err">NAMESPACE</span><span class="p">}</span></code> to define which namespace the variable belongs in, for example:</p>
+
+    <p><code class="highlighter-rouge">-D{http://example.com}var1=var</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">-I, --infoset-type TYPE</code></dt>
+  <dd>
+    <p>Infoset type to parse/unparse. <code class="highlighter-rouge">TYPE</code> must be one of <code class="highlighter-rouge">xml</code>, <code class="highlighter-rouge">scala-xml</code>, <code class="highlighter-rouge">json</code>, <code class="highlighter-rouge">jdom</code>, or <code class="highlighter-rouge">null</code>. Defaults to <code class="highlighter-rouge">xml</code> if not provided. Note that <code class="highlighter-rouge">null</code> is not valid if the <code class="high [...]
+  </dd>
+  <dt><code class="highlighter-rouge">-N, --number NUMBER</code></dt>
+  <dd>
+    <p>Total number of files to process. Defaults to 1.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-P, --parser FILE</code></dt>
+  <dd>
+    <p>Use a previously saved parser, created using the save-parser subcommand. This option cannot be used with the <code class="highlighter-rouge">--schema</code> option or with the <code class="highlighter-rouge">--validate</code> option set to <code class="highlighter-rouge">on</code>.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-p, --path PATH</code></dt>
+  <dd>
+    <p>The path to the node from the root element to create the parser from.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-r, --root [{NAMESPACE}]ROOT</code></dt>
+  <dd>
+    <p>The root element of the DFDL schema to use. This must be one of the top-level elements of the schema defined with <code class="highlighter-rouge">--schema</code>. This requires the <code class="highlighter-rouge">--schema</code> option to be defined. If not supplied, the first element of the schema defined with <code class="highlighter-rouge">--schema</code> is used. A namespace may be specified by prefixing <code class="highlighter-rouge">ROOT</code> with <code class="highlighter [...]
+  </dd>
+  <dt><code class="highlighter-rouge">-s, --schema FILE</code></dt>
+  <dd>
+    <p>The annotated DFDL schema to use to create the parser. This option cannot be used with the <code class="highlighter-rouge">--parser</code> option.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-t, --threads THREADS</code></dt>
+  <dd>
+    <p>The number of threads to use. Defaults to 1.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-T TUNABLE=VALUE</code></dt>
+  <dd>
+    <p>Modify Daffodil configuration options to change processing behavior. See Tunable Parameters for the list of tunable parameters.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-u, --unparse</code></dt>
+  <dd>
+    <p>Perform unparse instead of parse for performance.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">-V, --validate [MODE]</code></dt>
+  <dd>
+    <p>The validation mode. <code class="highlighter-rouge">on</code>, <code class="highlighter-rouge">limited</code> or <code class="highlighter-rouge">off</code>. If <code class="highlighter-rouge">MODE</code> is not provided, defaults to <code class="highlighter-rouge">on</code>. If <code class="highlighter-rouge">--validate</code> is not provided, defaults to <code class="highlighter-rouge">off</code>. <code class="highlighter-rouge">MODE</code> cannot be <code class="highlighter-rou [...]
+  </dd>
+  <dt><code class="highlighter-rouge">[INFILE]</code></dt>
+  <dd>
+    <p>Input file or directory containing files to process</p>
+  </dd>
+  <dt><code class="highlighter-rouge">--help</code></dt>
+  <dd>
+    <p>Display help message.</p>
+  </dd>
+</dl>
+
+<h4 id="example-4">Example</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ daffodil performance -s csv.dfdl.xsd -N 1000 -t 5 test_file.csv
+</code></pre>
+</div>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/community/index.html b/content/community/index.html
index b1b0db7..bbabc6e 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
diff --git a/content/configuration/index.html b/content/configuration/index.html
new file mode 100644
index 0000000..6b59bc0
--- /dev/null
+++ b/content/configuration/index.html
@@ -0,0 +1,250 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Configuration</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="configuration">Configuration</h2>
+
+<p>Daffodil has the capability to read in parameters via an external XML file, defined by the <a href="https://github.com/apache/incubator-daffodil/blob/master/daffodil-propgen/src/main/resources/edu/illinois/ncsa/daffodil/xsd/dafext.xsd">dafext.xsd</a> schema. Below are the parameters that can be defined.</p>
+
+<h3 id="external-variables">External Variables</h3>
+
+<p>External variables can be defined using the <code class="highlighter-rouge">externalVariablesBindings</code> tag. For example, the following configuration file defines two variables, <code class="highlighter-rouge">var1</code> and <code class="highlighter-rouge">var2</code>, in the <code class="highlighter-rouge">http://example.com</code> namespace.</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="cp">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
+<span class="nt">&lt;dfdlConfig</span> <span class="na">xmlns=</span><span class="s">"http://www.w3.org/2001/XMLSchema"</span> <span class="na">xmlns:ex=</span><span class="s">"http://example.com"</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;externalVariableBindings&gt;</span>
+    <span class="nt">&lt;bind</span> <span class="na">name=</span><span class="s">"ex:var1"</span><span class="nt">&gt;</span>-9<span class="nt">&lt;/bind&gt;</span>
+    <span class="nt">&lt;bind</span> <span class="na">name=</span><span class="s">"ex:var2"</span><span class="nt">&gt;</span>Foo<span class="nt">&lt;/bind&gt;</span>
+  <span class="nt">&lt;/externalVariableBindings&gt;</span>
+<span class="nt">&lt;/dfdlConfig&gt;</span>
+</code></pre>
+</div>
+
+<p>The following defined in a DFDL schema would allow the external variables to be set or overridden:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;dfdl:defineVariable</span> <span class="na">name=</span><span class="s">"var1"</span> <span class="na">external=</span><span class="s">"true"</span> <span class="na">type=</span><span class="s">"xsd:int"</span><span class="nt">&gt;</span>1<span class="nt">&lt;/dfdl:defineVariable&gt;</span>
+<span class="nt">&lt;dfdl:defineVariable</span> <span class="na">name=</span><span class="s">"var2"</span> <span class="na">external=</span><span class="s">"true"</span> <span class="na">type=</span><span class="s">"xsd:string"</span><span class="nt">&gt;</span>Bar<span class="nt">&lt;/dfdl:defineVariable&gt;</span>
+</code></pre>
+</div>
+
+<h3 id="tunable-parameters">Tunable Parameters</h3>
+
+<p>Tunable parameters can be modified to change Daffodil schema compilation and data parsing properties. For example, the following sets the <code class="highlighter-rouge">maxOccursBounds</code> tunable to 1024:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="cp">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span>
+<span class="nt">&lt;dfdlConfig</span> <span class="na">xmlns=</span><span class="s">"http://www.w3.org/2001/XMLSchema"</span> <span class="na">xmlns:ex=</span><span class="s">"http://example.com"</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;tunables&gt;</span>
+    <span class="nt">&lt;maxOccursBounds&gt;</span>1024<span class="nt">&lt;/maxOccursBounds&gt;</span>
+  <span class="nt">&lt;/tunables&gt;</span>
+<span class="nt">&lt;/dfdlConfig&gt;</span>
+</code></pre>
+</div>
+
+<p>Below is a description of the available tunable parameters:</p>
+
+<dl>
+  <dt><code class="highlighter-rouge">generatedNamespacePrefixStem</code></dt>
+  <dd>
+    <p>If elementFormDefault is qualified, but no prefix is associated with the targetNamespace, a prefix will be created using this value, with numbers appended if necessary to ensure uniqueness. Defaults to “tns”.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">inputFileMemoryMapLowThreshold</code></dt>
+  <dd>
+    <p>In certain I/O optimized situations (text-only, encodingErrorPolicy=’replace’, fixed-width encoding) input files larger than this will be mmapped. Input files smaller than this will be simply read using ordinary I/O (because for small files that is just faster). This exists because mmap is more expensive than ordinary I/O for small files. Defaults to 225.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">maxBinaryDecimalVirtualPoint</code></dt>
+  <dd>
+    <p>An upper limit on the value of the dfdl:binaryDecimalVirtualPoint property. Defaults to 200.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">maxFieldContentLengthInBytes</code></dt>
+  <dd>
+    <p>A maximum limit for various daffodil I/O properties, including the maximim size of a simple element and maximum regular expression characters to match. Defaults to 220.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">maxLengthForVariableLengthDelimiterDisplay</code></dt>
+  <dd>
+    <p>When unexpected text is found where a delimiter is expected, this is the maximum number of bytes (characters) to display when the expected delimiter is a variable length delimiter. Defaults to 10.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">maxOccursBounds</code></dt>
+  <dd>
+    <p>A maximum limit for the number of repeats of array elements. Defaults to 1024.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">maxSkipLengthInBytes</code></dt>
+  <dd>
+    <p>A maximum limit for the number of bytes that can be skipped in a skip region. Defaults to 1024.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">minBinaryDecimalVirtualPoint</code></dt>
+  <dd>
+    <p>A lower limit on the value of the dfdl:binaryDecimalVirtualPoint property. Defaults to -200.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">parseUnparsePolicy</code></dt>
+  <dd>
+    <p>Whether to compile a schema to support parsing (“parseOnly”), unparsing (“unparseOnly”), both parsing and unparsing (“both”), or to use the daf:parseUnparsePolicy property from the root node (“schema”). Defaults to “both”.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">requireBitOrderProperty</code></dt>
+  <dd>
+    <p>If true, require that the bitOrder property is specified. If false, use a default value for bitOrder if not defined in a schema. Defaults to false.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">requireEncodingErrorPolicyProperty</code></dt>
+  <dd>
+    <p>If true, require that the encodingErrorPolicy property is specified. If false, use a default value if not defined in a schema. Defaults to false.</p>
+  </dd>
+  <dt><code class="highlighter-rouge">unqualifiedPathStepPolicy</code></dt>
+  <dd>
+    <p>Specified how unqualified path steps are resolved. Defaults to <code class="highlighter-rouge">noNamespace</code>. Value values are:</p>
+
+    <dl>
+      <dt><code class="highlighter-rouge">noNamespace</code></dt>
+      <dd>
+        <p>Unqualified path steps remain unqualified and will only match elements in NoNamespace. A prefix must be provided to match namespaced elements.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">defaultNamespace</code></dt>
+      <dd>
+        <p>Unqualified path steps will always use the default namespace. If a default namespace is defined, it is not possible to match a NoNamespace element with this policy. Because of this, this may not work well with elementFormDefault=”unqualified”.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">preferDefaultNamespace</code></dt>
+      <dd>
+        <p>Attempt to use the default namespace to resolve an unqualified path step. If that fails to match an element, then try to resolve using NoNamespace.</p>
+      </dd>
+    </dl>
+  </dd>
+</dl>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/debugger/index.html b/content/debugger/index.html
new file mode 100644
index 0000000..8c3231a
--- /dev/null
+++ b/content/debugger/index.html
@@ -0,0 +1,419 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Interactive Debugger</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="interactive-debugger">Interactive Debugger</h2>
+
+<p>The Daffodil <a href="/cli">Command Line Interface</a> (CLI) comes with a built-in interactive debugger that pauses parsing/unparsing and allows for user inspection of some internal state. To start Daffodil in debugger mode, provide the global <code class="highlighter-rouge">--debug</code> option, for example:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>daffodil --debug parse --schema schema.dfdl.xsd input.dat
+</code></pre>
+</div>
+
+<p>Enabling the debugger displays a <code class="highlighter-rouge">(debug)</code> prompt, at which point various commands can be entered to control parsing and inspect Daffodil state. Note that you can optionally provide a file to the <code class="highlighter-rouge">--debug</code> option. Each line in the file is provided to the debugger as if it were typed by the user. Below is the list of commands accepted by the debugger and their descriptions.</p>
+
+<dl>
+  <dt><code class="highlighter-rouge">break &lt;element_id&gt;</code></dt>
+  <dd>
+    <p>Create a breakpoint, causing the debugger to stop when the element with the <code class="highlighter-rouge">&lt;element_id&gt;</code> name is created.</p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>break foo
+</code></pre>
+    </div>
+
+    <p>Abbreviation: <code class="highlighter-rouge">b</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">clear</code></dt>
+  <dd>
+    <p>Clear the screen.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">c</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">complete</code></dt>
+  <dd>
+    <p>Continue parsing the input data until parsing is complete. All breakpoints are ignored.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">comp</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">condition &lt;breakpoint_id&gt; &lt;dfdl_expression&gt;</code></dt>
+  <dd>
+    <p>Set a condition on a specified breakpoint. When a breakpoint is encountered, the debugger only pauses if the DFDL expression evaluates to <code class="highlighter-rouge">true</code>. If the result of the DFDL expressions is not a boolean value, it is treated as false.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">cond</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>condition 1 dfdl:occursIndex() eq 3
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">continue</code></dt>
+  <dd>
+    <p>Continue parsing the input data until a breakpoint is encountered. At which point, pause parsing and display a debugger console to the user.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">c</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">delete &lt;type&gt; &lt;id&gt;</code></dt>
+  <dd>
+    <p>Remove a breakpoint or display. Valid values for <code class="highlighter-rouge">&lt;type&gt;</code> are <code class="highlighter-rouge">breakpoint</code> and <code class="highlighter-rouge">display</code>.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">d</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>delete breakpoint 1
+delete display 1
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">disable &lt;type&gt; &lt;id&gt;</code></dt>
+  <dd>
+    <p>Disable a breakpoint or display. Valid values for <code class="highlighter-rouge">&lt;type&gt;</code> are <code class="highlighter-rouge">breakpoint</code> and <code class="highlighter-rouge">display</code>.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">dis</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>disable breakpoint 1
+disable display 1
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">display &lt;debugger_command&gt;</code></dt>
+  <dd>
+    <p>Execute a debugger command every time a debugger console is displayed to the user.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">di</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>display info infoset
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">enable &lt;type&gt; &lt;id&gt;</code></dt>
+  <dd>
+    <p>Enable a breakpoint or display. Valid values for <code class="highlighter-rouge">&lt;type&gt;</code> are <code class="highlighter-rouge">breakpoint</code> and <code class="highlighter-rouge">display</code>.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">e</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>enable breakpoint 1
+enable display 1
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">eval &lt;dfdl_expression&gt;</code></dt>
+  <dd>
+    <p>Evaluate a DFDL expression. If the expression evaluates to a complex element, then the XML representation for the complex element is displayed. If the expression evaluates to a simple type, then the value of the simple type is display.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">ev</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>eval dfdl:occursIndex()
+eval /ex:file/line[1]
+</code></pre>
+    </div>
+  </dd>
+  <dt><code class="highlighter-rouge">help [command]</code></dt>
+  <dd>
+    <p>Display help. If a command is given, display help information specific to that command and its subcommands.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">h</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">history [outfile]</code></dt>
+  <dd>
+    <p>Display the history of commands. If an argument is given, write the history to the specified file rather then printing it to the screen.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">hi</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">info &lt;item&gt;...</code></dt>
+  <dd>
+    <p>Print internal information to the console. <code class="highlighter-rouge">&lt;item&gt;</code> can be specified multiple times to display multiple pieces of information.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">i</code></p>
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>info data infoset
+</code></pre>
+    </div>
+
+    <p>The valid items are:</p>
+
+    <dl>
+      <dt><code class="highlighter-rouge">arrayIndex</code></dt>
+      <dd>
+        <p>Display the current array limit. Abbreviation: <code class="highlighter-rouge">ai</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">bitLimit</code></dt>
+      <dd>
+        <p>Display the current bit limit. Abbreviation: <code class="highlighter-rouge">bl</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">bitPosition</code></dt>
+      <dd>
+        <p>Display the current bit position. Abbreviation: <code class="highlighter-rouge">bp</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">breakpoints</code></dt>
+      <dd>
+        <p>Display the list of breakpoints. Abbreviation: <code class="highlighter-rouge">b</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">childIndex</code></dt>
+      <dd>
+        <p>Display the child index. Abbreviation: <code class="highlighter-rouge">ci</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">data</code></dt>
+      <dd>
+        <p>Display the input data. Abbreviation: <code class="highlighter-rouge">d</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">delimiterStack</code></dt>
+      <dd>
+        <p>Display the current delimiter stack. Abbreviation: <code class="highlighter-rouge">ds</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">diff</code></dt>
+      <dd>
+        <p>Display the differences from the previous state.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">discriminator</code></dt>
+      <dd>
+        <p>Display whether or not a discriminator is set. Abbreviation: <code class="highlighter-rouge">dis</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">displays</code></dt>
+      <dd>
+        <p>Display the current <code class="highlighter-rouge">display</code> expressions. Abbreviation: <code class="highlighter-rouge">di</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">foundDelimiter</code></dt>
+      <dd>
+        <p>Display the most recently found delimiter. Abbreviation: <code class="highlighter-rouge">fd</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">groupIndex</code></dt>
+      <dd>
+        <p>Display the current group index. Abbreviation: <code class="highlighter-rouge">gi</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">infoset</code></dt>
+      <dd>
+        <p>Display the current infoset. Abbreviation: <code class="highlighter-rouge">i</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">occursBounds</code></dt>
+      <dd>
+        <p>Display the current occurs bounds. Abbreviation: <code class="highlighter-rouge">ob</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">parser</code></dt>
+      <dd>
+        <p>Display the current parser. Abbreviation: <code class="highlighter-rouge">p</code></p>
+      </dd>
+      <dt><code class="highlighter-rouge">path</code></dt>
+      <dd>
+        <p>Display the current schema component designator/path.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">unparser</code></dt>
+      <dd>
+        <p>Display the current unparser. Abbreviation: <code class="highlighter-rouge">u</code></p>
+      </dd>
+    </dl>
+  </dd>
+  <dt><code class="highlighter-rouge">quit</code></dt>
+  <dd>
+    <p>Immediately abort all processing.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">q</code></p>
+  </dd>
+  <dt><code class="highlighter-rouge">set &lt;setting&gt; &lt;value&gt;</code></dt>
+  <dd>Change a debugger setting.
+
+    <div class="highlighter-rouge"><pre class="highlight"><code>set dataLength -1
+set wrapLength 50
+set removeHidden true
+</code></pre>
+    </div>
+
+    <p>Valid settings are:</p>
+
+    <dl>
+      <dt><code class="highlighter-rouge">breakOnFailure &lt;boolean&gt;</code></dt>
+      <dd>
+        <p>Set whether or not the debugger should break on failures. If set to <code class="highlighter-rouge">false</code> the normal processing occurs. If set to <code class="highlighter-rouge">true</code>, any errors cause a break. Note that due to the backtracking behavior, not all failures are fatal. Defaults to <code class="highlighter-rouge">false</code>.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">breakOnlyOnCreation &lt;boolean&gt;</code></dt>
+      <dd>
+        <p>Set whether or not breakpoints should only be evaluated on element creation. Must be either <code class="highlighter-rouge">true</code>/<code class="highlighter-rouge">false</code> or <code class="highlighter-rouge">1</code>/<code class="highlighter-rouge">0</code>. If <code class="highlighter-rouge">true</code>, breakpoints only stop on element creation. If <code class="highlighter-rouge">false</code>, breakpoints stop anytime a parser interacts with an element. Defaults to < [...]
+      </dd>
+      <dt><code class="highlighter-rouge">dataLength &lt;integer&gt;</code></dt>
+      <dd>
+        <p>Set the number of bytes to display when displaying input data. If negative, display all input data. This only affects the <code class="highlighter-rouge">info data</code> command. Defaults to <code class="highlighter-rouge">70</code>.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">infosetLines &lt;integer&gt;</code></dt>
+      <dd>
+        <p>Set the maximum number of lines to display when displaying the infoset. This only affects the <code class="highlighter-rouge">info infoset</code> command. This shows the last number of lines of the infoset. If the number is less than or equal to zero, the entire infoset is printed. Defaults to <code class="highlighter-rouge">-1</code>.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">removeHidden &lt;boolean&gt;</code></dt>
+      <dd>
+        <p>Set whether or not hidden elements (e.g through the use of dfdl:hiddenGroupRef) should be displayed. This effects the <code class="highlighter-rouge">eval</code> and <code class="highlighter-rouge">info infoset</code> commands. Must be either <code class="highlighter-rouge">true</code>/<code class="highlighter-rouge">false</code> or <code class="highlighter-rouge">1</code>/<code class="highlighter-rouge">0</code>. Defaults to <code class="highlighter-rouge">false</code>.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">representation &lt;string&gt;</code></dt>
+      <dd>
+        <p>Set the output when displaying data. Must be either <code class="highlighter-rouge">text` or</code>binary<code class="highlighter-rouge">. Defaults to</code>text``.</p>
+      </dd>
+      <dt><code class="highlighter-rouge">wrapLength &lt;integer&gt;</code></dt>
+      <dd>
+        <p>Set the number of characters at which point output wraps. This only affects the <code class="highlighter-rouge">info data</code> and <code class="highlighter-rouge">info infoset</code> commands. A length less than or equal to zero disables wrapping. Defaults to <code class="highlighter-rouge">80</code>.</p>
+      </dd>
+    </dl>
+  </dd>
+  <dt>step</dt>
+  <dd>
+    <p>Perform a single parse action, pause parsing, and display a debugger prompt.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">s</code></p>
+  </dd>
+  <dt>trace</dt>
+  <dd>
+    <p>Continue parsing the input data until a breakpoint is encountered, while running display commands after every parse step. When a breakpoint is encountered, pause parsing and display a debugger console to the user.</p>
+  </dd>
+  <dd>
+    <p>Abbreviation: <code class="highlighter-rouge">t</code></p>
+  </dd>
+</dl>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/releases/index.html b/content/dfdl-extensions/index.html
similarity index 53%
copy from content/releases/index.html
copy to content/dfdl-extensions/index.html
index ac309d5..c036317 100644
--- a/content/releases/index.html
+++ b/content/dfdl-extensions/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Apache Daffodil (incubating) | Releases</title>
+    <title>Apache Daffodil (incubating) | DFDL Extensions</title>
     
     <meta name="author" content="">
 
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -87,59 +91,45 @@
 
 -->
 
-<h2 id="releases">Releases</h2>
+<h2 id="dfdl-extensions">DFDL Extensions</h2>
 
-<p>All recent Daffodil releases are listed here, along with several historical releases. Each release below is listed by the version and date on which it was released. Clicking on the version number will take you to the release notes and downloads for that release.</p>
+<p>Daffodil provides extensions to the DFDL specification. These properties are in the namespace defined by the URI <code class="highlighter-rouge">urn:ogf:dfdl:2013:imp:daffodil.apache.org:2018:ext</code>. To use these the Daffodil DFDL Extensions, bind this namespace to the <code class="highlighter-rouge">daf</code> prefix in the <code class="highlighter-rouge">xs:schema</code> element, like so:</p>
 
-<h3 id="apache-releases">Apache Releases</h3>
-
-<div class="alert alert-warning">
-No official Apache releases have been made yet. <a href="/community">Get involved</a> and help us on our way!
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:schema</span> <span class="na">xmlns:xs=</span><span class="s">"http://www.w3.org/2001/XMLSchema"</span>
+           <span class="na">xmlns:dfdl=</span><span class="s">"http://www.ogf.org/dfdl/dfdl-1.0/"</span>
+           <span class="na">xmlns:daf=</span><span class="s">"urn:ogf:dfdl:2013:imp:daffodil.apache.org:2018:ext"</span><span class="nt">&gt;</span>
+</code></pre>
 </div>
 
-<h3 id="pre-apache-releases">Pre-Apache Releases</h3>
+<p>The following symbols defined in this namespace are described below.</p>
 
-<div class="alert alert-warning">
-    All releases below are from prior to Daffodil's acceptance into
-    the Incubator. They are not Apache Software Foundation releases,
-    and are licensed under the <a href="https://opensource.org/licenses/NCSA">NCSA license</a>.
-</div>
+<h3 id="expression-functions">Expression Functions</h3>
 
-<table class="table">
-    <tr>
-        <th class="col-md-1">Version</th>
-        <th>Summary</th>
-        <th class="col-md-2 text-right">Release Date</th>
-    </tr>
-    
-        
-            <tr>
-                <td class="col-md-1"><a href="/releases/2.0.0/">2.0.0</a></td>
-                <td>Support for unparse, with one-to-one feature parity with parse
-</td>
-                <td class="col-md-2 text-right">2017-09-05</td>
-            </tr>
-        
-    
-        
-            <tr>
-                <td class="col-md-1"><a href="/releases/1.1.0/">1.1.0</a></td>
-                <td>Unparse support for simple text data formats
-</td>
-                <td class="col-md-2 text-right">2015-06-04</td>
-            </tr>
-        
-    
-        
-            <tr>
-                <td class="col-md-1"><a href="/releases/1.0.0/">1.0.0</a></td>
-                <td>Parse support for most features of the DFDL specification
-</td>
-                <td class="col-md-2 text-right">2015-03-02</td>
-            </tr>
-        
-    
-</table>
+<dl>
+  <dt><code class="highlighter-rouge">daf:error()</code></dt>
+  <dd>
+    <p>A function that can be used in DFDL expressions. This functions does not return a value or accept any arguments. When called, it causes a Parse Error or Unparse Error.</p>
+
+    <p><em>This function is deprecated as of Daffodil 2.0.0. Use the <code class="highlighter-rouge">fn:error(...)</code> function instead.</em></p>
+  </dd>
+  <dt><code class="highlighter-rouge">daf:trace($value, $label)</code></dt>
+  <dd>
+    <p>A function that can be used in DFDL expressions, similar to the <code class="highlighter-rouge">fn:trace()</code> function. This logs the string <code class="highlighter-rouge">$label</code> followed by <code class="highlighter-rouge">$value</code> converted to a string and returns <code class="highlighter-rouge">$value</code>. The second argument must be of type <code class="highlighter-rouge">xs:string</code>.</p>
+  </dd>
+</dl>
+
+<h3 id="properties">Properties</h3>
+
+<dl>
+  <dt><code class="highlighter-rouge">daf:parseUnparsePolicy</code></dt>
+  <dd>
+    <p>A property applied to simple and complex elements, which specifies whether the element supports only parsing, only unparsing, or both parsing and unparse. Valid values for this property are <code class="highlighter-rouge">parse</code>, <code class="highlighter-rouge">unparse</code>, or <code class="highlighter-rouge">both</code>. This allows one to leave off properties that are required for only parse or only unparse, such as <code class="highlighter-rouge">dfdl:outputValueCalc</c [...]
+
+    <p>All elements must have a compatible parseUnparsePolicy with the compilation parseUnparsePolicy (which is defined by the root element daf:parseUnparsePolicy and/or the Daffodil parseUnparsePolicy tunable) or it is a Schema Definition Error. An element is defined to have a compatible parseUnparsePolicy if it has the same value as the compilation parseUnparsePolicy or if it has the value <code class="highlighter-rouge">both</code>.</p>
+
+    <p>For compatibility, if this property is not defined, it is assumed to be <code class="highlighter-rouge">both</code>.</p>
+  </dd>
+</dl>
 
   </div>
 </div>
diff --git a/content/dfdl-layout/index.html b/content/dfdl-layout/index.html
new file mode 100644
index 0000000..1b7b2c0
--- /dev/null
+++ b/content/dfdl-layout/index.html
@@ -0,0 +1,299 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Standard DFDL Schema Project Layout</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="standard-dfdl-schema-project-layout">Standard DFDL Schema Project layout</h2>
+
+<p>There is a specific way of organizing a DFDL schema project that has been found to be helpful. It uses specific directory naming conventions and tree structure to manage name conflicts in a manner similar to how Java package names * correspond to directory names. This set of conventions provides a number of benefits:</p>
+
+<ul>
+  <li>No name conflicts or ambiguity on classpath if multiple DFDL schemas are used together</li>
+  <li>You can copy multiple DFDL schemas into one directory tree and there will be no conflicts of file names</li>
+  <li>sbt can be used to
+    <ul>
+      <li>Package the schema into a jar, which can then be on a classpath, become part of a larger application, etc.</li>
+      <li>Auto-download all dependencies of the schema, including Daffodil itself.</li>
+      <li>Run a suite of tests via ‘sbt test’</li>
+      <li>Publish a local version of the schema for use in other projects that also follow this layout.</li>
+    </ul>
+  </li>
+  <li>Eclipse IDE for development and test of the schema. Multiple such schemas all work together without conflict in the IDE.</li>
+  <li>Encourages organizing DFDL schemas into reusable libraries.
+    <ul>
+      <li>A DFDL schema project need not define a whole data format. It can define a library of pieces to be included/imported by other formats.</li>
+    </ul>
+  </li>
+</ul>
+
+<p>These conventions are actually usable for regular XML-schema projects, that is, they’re not really DFDL-specific conventions. They’re general conventions for organizing projects so as to achieve the above benefits.</p>
+
+<h3 id="conventions">Conventions</h3>
+
+<p>We’re using Apache (apache.org) here as an example. Substitute your organization’s details. Let’s assume the DFDL schema contains two files named main.dfdl.xsd, and format.dfdl.xsd, and that our format is named RFormat.</p>
+
+<p>The standard file tree would be:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>RFormat/
+├── src/
+│   ├── main/
+│   │   └── resources/
+│   │       └── org/
+│   │           └── apache/
+│   │               └── RFormat/
+│   │                   ├── xsd/
+│   │                   │   ├── main.dfdl.xsd    - main DFDL schema file
+│   │                   │   └── format.dfdl.xsd  - DFDL schema file imported/included from main
+│   │                   └── xsl/
+│   │                       └── xforms.xsl       - resources other than XSD go in other directories
+│   └── test/
+│       ├── resources/
+│       │   └── org/
+│       │       └── apache/
+│       │           └── RFormat/
+│       │               └── tests1.tdml    - TDML test files
+│       └── scala/
+│           └── org/
+│               └── apache/
+│                   └── RFormat/
+│                       └── Tests1.scala   - Scala test driver file
+│
+├── build.sbt    - simple build tool (sbt) specification file. Edit to change version of Daffodil
+│                  needed, or versions of other DFDL schemas needed
+├── README.md    - Documentation about the DFDL schema in Markdown file format
+├── .classpath   - Eclipse classpath file (optional)
+├── .project     - Eclipse project file (optional)
+└── .gitignore   - Git revision control system 'ignore' file (should contain 'target' and
+                   'lib_managed' entries)
+</code></pre>
+</div>
+
+<h3 id="buildsbt">build.sbt</h3>
+
+<p>Use the below template for the build.sbt file:</p>
+
+<div class="language-scala highlighter-rouge"><pre class="highlight"><code><span class="n">name</span> <span class="o">:=</span> <span class="s">"dfdl-RFormat"</span>
+ 
+<span class="n">organization</span> <span class="o">:=</span> <span class="s">"org.apache"</span>
+ 
+<span class="n">version</span> <span class="o">:=</span> <span class="s">"0.0.1"</span>
+ 
+<span class="n">scalaVersion</span> <span class="o">:=</span> <span class="s">"2.11.8"</span>
+ 
+<span class="n">crossPaths</span> <span class="o">:=</span> <span class="kc">false</span>
+ 
+<span class="n">testOptions</span> <span class="n">in</span> <span class="nc">ThisBuild</span> <span class="o">+=</span> <span class="nc">Tests</span><span class="o">.</span><span class="nc">Argument</span><span class="o">(</span><span class="nc">TestFrameworks</span><span class="o">.</span><span class="nc">JUnit</span><span class="o">,</span> <span class="s">"-v"</span><span class="o">)</span>
+ 
+<span class="n">resolvers</span> <span class="n">in</span> <span class="nc">ThisBuild</span> <span class="o">++=</span> <span class="nc">Seq</span><span class="o">(</span>
+  <span class="s">"NCSA Sonatype Releases"</span> <span class="n">at</span> <span class="s">"https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"</span><span class="o">,</span>
+  <span class="s">"NCSA Sonatype Snapshots"</span> <span class="n">at</span> <span class="s">"https://opensource.ncsa.illinois.edu/nexus/content/repositories/snapshots"</span>
+<span class="o">)</span>
+ 
+<span class="n">libraryDependencies</span> <span class="n">in</span> <span class="nc">ThisBuild</span> <span class="o">:=</span> <span class="nc">Seq</span><span class="o">(</span>
+  <span class="s">"edu.illinois.ncsa"</span> <span class="o">%%</span> <span class="s">"daffodil-tdml"</span> <span class="o">%</span> <span class="s">"2.0.0"</span> <span class="o">%</span> <span class="s">"test"</span>
+  <span class="s">"junit"</span> <span class="o">%</span> <span class="s">"junit"</span> <span class="o">%</span> <span class="s">"4.11"</span> <span class="o">%</span> <span class="s">"test"</span><span class="o">,</span>
+  <span class="s">"com.novocode"</span> <span class="o">%</span> <span class="s">"junit-interface"</span> <span class="o">%</span> <span class="s">"0.10"</span> <span class="o">%</span> <span class="s">"test"</span><span class="o">,</span>
+<span class="o">)</span>
+</code></pre>
+</div>
+
+<p>Edit the version of daffodil-tdml above to match the version you are using.</p>
+
+<h3 id="eclipse-ide">Eclipse IDE</h3>
+
+<p>If you organize your DFDL schema project using the above conventions, and then run <code class="highlighter-rouge">sbt compile</code>, the <code class="highlighter-rouge">lib_managed</code> directory will be populated. Then if you create a new Eclipse scala project from the directory tree, Eclipse will see the <code class="highlighter-rouge">lib_managed</code> directory and construct a classpath containing all those jars.</p>
+
+<h3 id="xsd-conventions">XSD Conventions</h3>
+
+<p>DFDL schemas should have the <code class="highlighter-rouge">.dfdl.xsd</code> suffix to distinguish them from ordinary XML Schema files.</p>
+
+<p>A DFDL schema should have a target namespace.</p>
+
+<p>Stylistically, the XSD <code class="highlighter-rouge">elementFormDefault="unqualified"</code> is the preferred style for DFDL schemas.</p>
+
+<h3 id="using-a-dfdl-schema">Using a DFDL Schema</h3>
+
+<p>The <code class="highlighter-rouge">xs:include</code> or <code class="highlighter-rouge">xs:import</code> elements of a DFDL Schema can import/include a DFDL schema that follows these conventions like this:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:import</span> <span class="na">namespace=</span><span class="s">"urn:tresys.com/RFormat"</span> <span class="na">schemaLocation=</span><span class="s">"com/tresys/RFormat/xsd/main.dfdl.xsd"</span><span class="nt">/&gt;</span>
+</code></pre>
+</div>
+
+<p>The above is for using a DFDL schema as a library, from another different DFDL schema.</p>
+
+<p>Within a DFDL schema, one DFDL schema file can reference another peer file that appears in the same directory (the src/main/resources/…/xsd directory) via:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:include</span> <span class="na">schemaLocation=</span><span class="s">"format.dfdl.xsd"</span><span class="nt">/&gt;</span>
+</code></pre>
+</div>
+
+<p>That is, peer files need not carry the long <code class="highlighter-rouge">com/tresys/RFormat/xsd/</code> prefix that makes the reference globally unique.</p>
+
+<p>However, if one schema wants to include another different schema, then this standard way of organizing schema projects ensures that when packaged into jar files, the <code class="highlighter-rouge">/src/main/resources</code> directory contents are at the “root” of the jar file so that the <code class="highlighter-rouge">schemaLocation</code> of the <code class="highlighter-rouge">xs:import</code> or <code class="highlighter-rouge">xs:include</code> containing the fully qualified path  [...]
+
+<h3 id="git-revision-control">Git Revision Control</h3>
+
+<p>You don’t have to use Git version control, but many people do, and github.com is one of the reasons for this popularity.</p>
+
+<p>Each DFDL schema should have its own Git repository if it is going to be revised independently. We encourage users to join the <a href="http://dfdlschemas.github.io/">DFDLSchemas</a> project on github and create repositories and publish schemas for any publicly-available formats there. For other formats that are not publicly available, one may want to put a placeholder for them on DFDLSchemas anyway (as IBM has done for some formats like Swift-MT.)</p>
+
+<h3 id="jar-file-packaging">Jar File Packaging</h3>
+
+<p>A DFDL schema using the recommended file structure as described here, can be packaged into a jar for convenient import/include from other schemas.</p>
+
+<p>The sbt command does all the work:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>sbt package      # creates jar
+sbt publishLocal # puts it into local .ivy2 cache where other maven/sbt will find it.
+</code></pre>
+</div>
+
+<p>The resulting jar has the src/main/resources directory in it at the root of the jar. If this jar is on the classpath, then other schemas containing XSD import or include statements will search the jar with the schema location.</p>
+
+<p>That enables a different schema’s <code class="highlighter-rouge">build.sbt</code> to contain a library dependency on our hypthetical dfdl-RFormat schema using a dependency like this:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>"org.apache" % "dfdl-RFormat" % "0.0.1" % "test"
+</code></pre>
+</div>
+
+<p>That will result in the contents of the <code class="highlighter-rouge">src/main/resources</code> directory above being on the classpath. XSD include and import statements search the classpath directories.</p>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/eclipse-configuration/index.html b/content/eclipse-configuration/index.html
new file mode 100644
index 0000000..46f3472
--- /dev/null
+++ b/content/eclipse-configuration/index.html
@@ -0,0 +1,251 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Eclipse Configuration</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="eclipse-configuration-for-dfdl-schema-authoringediting">Eclipse Configuration for DFDL Schema Authoring/Editing</h2>
+
+<p>The Eclipse IDE can be used to assist a user in the authoring of DFDL schemas. This page contains instructions for setting up the Eclipse Integrated-Development-Environment (IDE), and to configure its XML editing features so that they provide some level of support for authoring DFDL schemas.</p>
+
+<p>DFDL extends a subset of XML Schema. Note however: an XML Schema is an XML document.</p>
+
+<p>Now, turns out there is an XML Schema for DFDL Schemas. It was created by taking the XML Schema for XML Schemas, and subsetting it to just what DFDL uses, and then adding into it the XML Schema for DFDL’s annotation objects.</p>
+
+<h3 id="installing-eclipse-xml-plugin">Installing Eclipse XML Plugin</h3>
+
+<p>The XML settings all assume you have installed Eclipse’s XML support. If not already installed, the “Eclipse XML Editors and Tools” plugin can be Eclipse’s update site.</p>
+
+<h3 id="eclipse-xml-settings">Eclipse XML Settings</h3>
+
+<p>Following are steps to modify the Eclipse XML settings to aid in the creation of DFDL schemas:</p>
+
+<h4 id="enable-validation-of-dfdl-files">Enable Validation of DFDL Files</h4>
+
+<ol>
+  <li>Window &gt; Preferences &gt; Validation
+    <ol>
+      <li>Turn off XML Schema Validator</li>
+      <li>Turn off DTD Validator</li>
+      <li>Click the … settings box to the right of XML Validator
+        <ol>
+          <li>Select Include Group</li>
+          <li>Click Add Rule</li>
+          <li>Select File Extension</li>
+          <li>Click Next</li>
+          <li>Add extension: <code class="highlighter-rouge">dfdl.xsd</code></li>
+          <li>Click Finish</li>
+        </ol>
+      </li>
+    </ol>
+  </li>
+  <li>Window &gt; Preferences &gt; General &gt; Content Types
+    <ol>
+      <li>Select Text &gt; XML</li>
+      <li>Click Add…</li>
+      <li>Set Content type to <code class="highlighter-rouge">*.dfdl.xsd</code></li>
+    </ol>
+  </li>
+  <li>Window &gt; Preferences &gt; XML &gt; XML Files &gt; Editor
+    <ol>
+      <li>Uncheck Format Comments</li>
+    </ol>
+  </li>
+</ol>
+
+<p>If also editing TDML file in Eclipse, repeat the above steps, replacing all instances of <code class="highlighter-rouge">dfdl.xsd</code> with <code class="highlighter-rouge">tdml</code>.</p>
+
+<h4 id="add-xml-schemas-for-dfdl-to-the-xml-catalog">Add XML Schemas for DFDL to the XML Catalog</h4>
+
+<p>Download the following files to a local directory. Alternatively, these files are included in the Daffodil source code in the <code class="highlighter-rouge">src/main/resources/edu/illinois/ncsa/daffodil/xsd/</code> directory in either <code class="highlighter-rouge">daffodil-lib/</code> or <code class="highlighter-rouge">daffodil-propgen/</code>.</p>
+
+<ul>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-lib/src/main/resources/edu/illinois/ncsa/daffodil/xsd/datatypes.dtd">datatypes.dtd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-lib/src/main/resources/edu/illinois/ncsa/daffodil/xsd/tdml.xsd">tdml.xsd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-lib/src/main/resources/edu/illinois/ncsa/daffodil/xsd/XMLSchema.dtd">XMLSchema.dtd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-lib/src/main/resources/edu/illinois/ncsa/daffodil/xsd/XMLSchema_for_DFDL.xsd">XMLSchema_for_DFDL.xsd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-propgen/src/main/resources/edu/illinois/ncsa/daffodil/xsd/DFDL_part1_simpletypes.xsd">DFDL_part1_simpletypes.xsd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-propgen/src/main/resources/edu/illinois/ncsa/daffodil/xsd/DFDL_part2_attributes.xsd">DFDL_part2_attributes.xsd</a></li>
+  <li><a href="https://raw.githubusercontent.com/apache/incubator-daffodil/master/daffodil-propgen/src/main/resources/edu/illinois/ncsa/daffodil/xsd/DFDL_part3_model.xsd">DFDL_part3_model.xsd</a></li>
+</ul>
+
+<p>Modify the Eclipse settings to reference these files:</p>
+
+<ol>
+  <li>Windows &gt; Preferences &gt; XML &gt; XML Catalog</li>
+  <li>
+    <p>For each of the following files, select ‘Add..’ and provide the location on the ‘File System…’ or ‘Workspace…’, along with the key and key type</p>
+
+    <table class="table">
+  <tr>
+    <th>File</th>
+    <th>Key Type</th>
+    <th>Key</th>
+  </tr>
+  <tr>
+    <td>XMLSchema.dtd</td>
+    <td>Public ID</td>
+    <td>-//W3C//DTD XMLSCHEMA 200102//EN</td>
+  </tr>
+  <tr>
+    <td>datatypes.dtd</td>
+    <td>Public ID</td>
+    <td>datatypes</td>
+  </tr>
+  <tr>
+    <td>XMLSchema_for_DFDL.xsd</td>
+    <td>URI</td>
+    <td>http://www.w3.org/2001/XMLSchema</td>
+  </tr>
+  <tr>
+    <td>DFDL_part3_model.xsd</td>
+    <td>URI</td>
+    <td>http://www.ogf.org/dfdl/dfdl-1.0/</td>
+  </tr>
+  <tr>
+    <td>tdml.xsd</td>
+    <td>URI</td>
+    <td>http://www.ibm.com/xmlns/dfdl/testData</td>
+  </tr>
+</table>
+  </li>
+</ol>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/examples/index.html b/content/examples/index.html
new file mode 100644
index 0000000..c584063
--- /dev/null
+++ b/content/examples/index.html
@@ -0,0 +1,278 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Examples</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<h2 id="examples">Examples</h2>
+
+<p>Below are two examples of how Daffodil parses Comma-Separated Values (CSV) and Packet Capture data (PCAP) data to XML. For simplicity, each example uses the Daffodil <a href="/cli">Command Line Interface</a> to parse input data to output XML.</p>
+
+<h3 id="comma-separated-values-csv">Comma-Separated Values (CSV)</h3>
+
+<p>This DFDL schema is found at the DFDLSchemas GitHub <a href="https://github.com/DFDLSchemas/CSV">CSV repository</a>.</p>
+
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>daffodil parse --schema CSV/src/main/resources/com/tresys/csv/xsd/csv.dfdl.xsd CSV/src/test/resources/com/tresys/csv/data/simpleCSV.csv
+</code></pre>
+</div>
+<p>The above command uses the csv.dfdl.xsd schema to parse the simpleCSV.csv input data. The simpleCSV.csv contains the following data:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>last,first,middle,DOB
+smith,robert,brandon,1988-03-24
+johnson,john,henry,1986-01-23
+jones,arya,cat,1986-02-19
+</code></pre>
+</div>
+
+<p>The result of the parse is the following XML:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;ex:file</span> <span class="na">xmlns:ex=</span><span class="s">"http://example.com"</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;header&gt;</span>
+    <span class="nt">&lt;title&gt;</span>last<span class="nt">&lt;/title&gt;</span>
+    <span class="nt">&lt;title&gt;</span>first<span class="nt">&lt;/title&gt;</span>
+    <span class="nt">&lt;title&gt;</span>middle<span class="nt">&lt;/title&gt;</span>
+    <span class="nt">&lt;title&gt;</span>DOB<span class="nt">&lt;/title&gt;</span>
+  <span class="nt">&lt;/header&gt;</span>
+  <span class="nt">&lt;record&gt;</span>
+    <span class="nt">&lt;item&gt;</span>smith<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>robert<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>brandon<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>1988-03-24<span class="nt">&lt;/item&gt;</span>
+  <span class="nt">&lt;/record&gt;</span>
+  <span class="nt">&lt;record&gt;</span>
+    <span class="nt">&lt;item&gt;</span>johnson<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>john<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>henry<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>1986-01-23<span class="nt">&lt;/item&gt;</span>
+  <span class="nt">&lt;/record&gt;</span>
+  <span class="nt">&lt;record&gt;</span>
+    <span class="nt">&lt;item&gt;</span>jones<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>arya<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>cat<span class="nt">&lt;/item&gt;</span>
+    <span class="nt">&lt;item&gt;</span>1986-02-19<span class="nt">&lt;/item&gt;</span>
+  <span class="nt">&lt;/record&gt;</span>
+<span class="nt">&lt;/ex:file&gt;</span>
+</code></pre>
+</div>
+
+<h3 id="packet-capture-data-pcap">Packet Capture Data (PCAP)</h3>
+
+<p>This DFDL schema is found in the DFDLSchemas GitHub <a href="https://github.com/DFDLSchemas/PCAP">PCAP repository</a>.</p>
+
+<p>The PCAP file format is a binary file format used to capture network packets. For information on this file format, visit the <a href="http://wiki.wireshark.org/Development/LibpcapFileFormat">Wireshark Libpcap File Format</a> page.</p>
+
+<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>daffodil parse --schema PCAP/src/main/resources/com/tresys/pcap/xsd/pcap.dfdl.xsd PCAP/src/test/resources/com/tresys/pcap/data/icmp.cap
+</code></pre>
+</div>
+
+<p>The above command uses the pcap.dfdl.xsd schema to parse the icmp.cap input file. Viewed as a hex dump, the icmp.cap file looks like:</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>0000000     c3d4 a1b2 0002 0004 0000 0000 0000 0000
+0000020     ffff 0000 0001 0000 6fc4 51c1 ccf8 000c
+0000040     004a 0000 004a 0000 5000 e056 4914 0c00
+...
+0001300     0000 5c2f 0002 0024 6261 6463 6665 6867
+0001320     6a69 6c6b 6e6d 706f 7271 7473 7675 6177
+0001340     6362 6564 6766 6968
+</code></pre>
+</div>
+
+<p>The result of the parse is the following XML:</p>
+
+<div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;pcap:PCAP</span> <span class="na">xmlns:pcap=</span><span class="s">"urn:pcap:2.4"</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;PCAPHeader&gt;</span>
+    <span class="nt">&lt;MagicNumber&gt;</span>D4C3B2A1<span class="nt">&lt;/MagicNumber&gt;</span>
+    <span class="nt">&lt;Version&gt;</span>
+      <span class="nt">&lt;Major&gt;</span>2<span class="nt">&lt;/Major&gt;</span>
+      <span class="nt">&lt;Minor&gt;</span>4<span class="nt">&lt;/Minor&gt;</span>
+    <span class="nt">&lt;/Version&gt;</span>
+    <span class="nt">&lt;Zone&gt;</span>0<span class="nt">&lt;/Zone&gt;</span>
+    <span class="nt">&lt;SigFigs&gt;</span>0<span class="nt">&lt;/SigFigs&gt;</span>
+    <span class="nt">&lt;SnapLen&gt;</span>65535<span class="nt">&lt;/SnapLen&gt;</span>
+    <span class="nt">&lt;Network&gt;</span>1<span class="nt">&lt;/Network&gt;</span>
+  <span class="nt">&lt;/PCAPHeader&gt;</span>
+  <span class="nt">&lt;Packet&gt;</span>
+    <span class="nt">&lt;PacketHeader&gt;</span>
+      <span class="nt">&lt;Seconds&gt;</span>1371631556<span class="nt">&lt;/Seconds&gt;</span>
+      <span class="nt">&lt;USeconds&gt;</span>838904<span class="nt">&lt;/USeconds&gt;</span>
+      <span class="nt">&lt;InclLen&gt;</span>74<span class="nt">&lt;/InclLen&gt;</span>
+      <span class="nt">&lt;OrigLen&gt;</span>74<span class="nt">&lt;/OrigLen&gt;</span>
+    <span class="nt">&lt;/PacketHeader&gt;</span>
+    <span class="nt">&lt;pcap:LinkLayer&gt;</span>
+      <span class="nt">&lt;pcap:Ethernet&gt;</span>
+        <span class="nt">&lt;MACDest&gt;</span>005056E01449<span class="nt">&lt;/MACDest&gt;</span>
+        <span class="nt">&lt;MACSrc&gt;</span>000C29340BDE<span class="nt">&lt;/MACSrc&gt;</span>
+        <span class="nt">&lt;Ethertype&gt;</span>2048<span class="nt">&lt;/Ethertype&gt;</span>
+        <span class="nt">&lt;pcap:NetworkLayer&gt;</span>
+          <span class="nt">&lt;pcap:IPv4&gt;</span>
+            <span class="nt">&lt;IPv4Header&gt;</span>
+              <span class="nt">&lt;Version&gt;</span>4<span class="nt">&lt;/Version&gt;</span>
+              <span class="nt">&lt;IHL&gt;</span>5<span class="nt">&lt;/IHL&gt;</span>
+              <span class="nt">&lt;DSCP&gt;</span>0<span class="nt">&lt;/DSCP&gt;</span>
+              <span class="nt">&lt;ECN&gt;</span>0<span class="nt">&lt;/ECN&gt;</span>
+              <span class="nt">&lt;Length&gt;</span>60<span class="nt">&lt;/Length&gt;</span>
+              <span class="nt">&lt;Identification&gt;</span>55107<span class="nt">&lt;/Identification&gt;</span>
+              <span class="nt">&lt;Flags&gt;</span>0<span class="nt">&lt;/Flags&gt;</span>
+              <span class="nt">&lt;FragmentOffset&gt;</span>0<span class="nt">&lt;/FragmentOffset&gt;</span>
+              <span class="nt">&lt;TTL&gt;</span>128<span class="nt">&lt;/TTL&gt;</span>
+              <span class="nt">&lt;Protocol&gt;</span>1<span class="nt">&lt;/Protocol&gt;</span>
+              <span class="nt">&lt;Checksum&gt;</span>11123<span class="nt">&lt;/Checksum&gt;</span>
+              <span class="nt">&lt;IPSrc&gt;</span>192.168.158.139<span class="nt">&lt;/IPSrc&gt;</span>
+              <span class="nt">&lt;IPDest&gt;</span>174.137.42.77<span class="nt">&lt;/IPDest&gt;</span>
+            <span class="nt">&lt;/IPv4Header&gt;</span>
+            <span class="nt">&lt;PayloadLength&gt;</span>40<span class="nt">&lt;/PayloadLength&gt;</span>
+            <span class="nt">&lt;Protocol&gt;</span>1<span class="nt">&lt;/Protocol&gt;</span>
+            <span class="nt">&lt;pcap:ICMPv4&gt;</span>
+              <span class="nt">&lt;Type&gt;</span>8<span class="nt">&lt;/Type&gt;</span>
+              <span class="nt">&lt;Code&gt;</span>0<span class="nt">&lt;/Code&gt;</span>
+              <span class="nt">&lt;Checksum&gt;</span>10844<span class="nt">&lt;/Checksum&gt;</span>
+              <span class="nt">&lt;Data&gt;</span>02002100<span class="nt">&lt;/Data&gt;</span>
+            <span class="nt">&lt;/pcap:ICMPv4&gt;</span>
+          <span class="nt">&lt;/pcap:IPv4&gt;</span>
+        <span class="nt">&lt;/pcap:NetworkLayer&gt;</span>
+      <span class="nt">&lt;/pcap:Ethernet&gt;</span>
+    <span class="nt">&lt;/pcap:LinkLayer&gt;</span>
+  <span class="nt">&lt;/Packet&gt;</span>
+  ...
+<span class="nt">&lt;/pcap:PCAP&gt;</span>
+</code></pre>
+</div>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/faq/index.html b/content/faq/index.html
new file mode 100644
index 0000000..df4bb14
--- /dev/null
+++ b/content/faq/index.html
@@ -0,0 +1,399 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Frequently Asked Questions</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<style type="text/css">
+.in, .collapsing {
+	margin-left: 20px;
+}
+.question {
+	cursor: pointer;
+}
+</style>
+
+<h2 id="frequently-asked-questions">Frequently Asked Questions</h2>
+
+<p><a class="question" data-toggle="collapse" data-target="#faq1">
+  Q: When should I use an XSD facet like maxLength, and when should I use the DFDL length property?
+</a></p>
+<div id="faq1" class="collapse">
+  <p>Here’s part of an example from the DFDL tutorial of a street address:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:element</span> <span class="na">name=</span><span class="s">"houseNumber"</span> <span class="na">type=</span><span class="s">"xs:string"</span> <span class="na">dfdl:lengthKind=</span><span class="s">"explicit"</span> <span class="na">dfdl:length=</span><span class="s">"6"</span><span class="nt">/&gt;</span>
+</code></pre>
+  </div>
+
+  <p>Note that the length of the house number is constrained with DFDL.  XSD can also be used to constrain lengths.</p>
+
+  <p>When should you used XSD to do this, and when should you use DFDL?  Should you ever use both?</p>
+
+  <p>You must use the dfdl:length property, because it can’t parse the data without it. You may use the XSD facets to check further, and it often makes sense to use both.</p>
+
+  <p>Consider</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:element</span> <span class="na">name=</span><span class="s">"article"</span> <span class="na">type=</span><span class="s">"xs:string"</span> <span class="na">dfdl:length=</span><span class="s">"{ ../header/articleLength }"</span> <span class="na">dfdl:lengthKind=</span><span class="s">'explicit'</span><span class="nt">/&gt;</span>
+</code></pre>
+  </div>
+
+  <p>Now the length is coming from a field someplace at runtime. Validating that it is within some additional constraints on maxLength might be very valuable. To do that you nave to write the more verbose:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:element</span> <span class="na">name=</span><span class="s">"article"</span> <span class="na">dfdl:length=</span><span class="s">"{ ../header/articleLength }"</span> <span class="na">dfdl:lengthKind=</span><span class="s">'explicit'</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;xs:simpleType&gt;</span>
+    <span class="nt">&lt;xs:restriction</span> <span class="na">base=</span><span class="s">"xs:string"</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;xs:maxLength</span> <span class="na">value=</span><span class="s">"140"</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/xs:restriction&gt;</span>
+  <span class="nt">&lt;/xs:simpleType&gt;</span>
+<span class="nt">&lt;/xs:element&gt;</span>
+</code></pre>
+  </div>
+
+  <p>Not too bad actually. And if you can reuse some simple type definitions it’s not bad at all.</p>
+
+  <p>One further point. Suppose you want to parse the string using the header-supplied length, but it’s flat out a parse error if the length turns out to be greater than 140. You can ask the DFDL processor to check the facet maxLength at parse time using an assertion like this:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;xs:element</span> <span class="na">name=</span><span class="s">"article"</span> <span class="na">dfdl:length=</span><span class="s">"{ ../header/articleLength }"</span> <span class="na">dfdl:lengthKind=</span><span class="s">'explicit'</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;xs:simpleType&gt;</span>
+    <span class="nt">&lt;xs:annotation&gt;&lt;xs:appinfo</span> <span class="na">source=</span><span class="s">"http://www.ogf.org/dfdl/dfdl-1.0"</span><span class="nt">&gt;</span>
+       <span class="nt">&lt;dfdl:assert&gt;</span>{ dfdl:checkConstraints() }<span class="nt">&lt;/dfdl:assert&gt;</span>
+    <span class="nt">&lt;/xs:appinfo&gt;&lt;/xs:annotation&gt;</span>
+    <span class="nt">&lt;xs:restriction</span> <span class="na">base=</span><span class="s">"xs:string"</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;xs:maxLength</span> <span class="na">value=</span><span class="s">"140"</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/xs:restriction&gt;</span>
+  <span class="nt">&lt;/xs:simpleType&gt;</span>
+<span class="nt">&lt;/xs:element&gt;</span>
+</code></pre>
+  </div>
+
+  <p>The dfdl:assert statement annotation calls a built-in DFDL function called dfdl:checkConstraints, which tells DFDL to test the facet constraints and issue a parse error if they are not satisfied. This is particularly useful for enumeration constraints where an element value is an identifier of some sort.</p>
+</div>
+
+<p><a class="question" data-toggle="collapse" data-target="#faq2">
+  Q: Should I use dfdl:assert to validate while parsing?
+</a></p>
+<div id="faq2" class="collapse">
+  <p>In general, no. The dfdl:assert statement annotation should be used to guide the parser. It should test things that must be true in order to successfully parse the data and create an Infoset from it.</p>
+
+  <p>But, it should not be used to ensure validation of the values of the data elements.</p>
+
+  <p>By way of illustrating what not to do, it is tempting to put facet constraints on simple type definitions in your schema, and then use a dfdl:assert like this:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;dfdl:assert&gt;</span>{ checkConstraints(.) }<span class="nt">&lt;/dfdl:assert&gt;</span>
+</code></pre>
+  </div>
+
+  <p>so that the parser will validate as it parses, and will fail to parse values that do not satisfy the facet constraints.</p>
+
+  <p>Don’t do this. Your schema will not be as useful because it will not be able to be used for some applications, for example, applications that want to accept well-formed, but invalid data and analyze, act,  or report on the invalid aspects.</p>
+
+  <p>In some sense, embedding checks like this into a DFDL schema is second-guessing the application’s needs, and assuming the application does not even want to successfully parse and create an infoset from data that does not obey the facet constraints.</p>
+</div>
+
+<p><a class="question" data-toggle="collapse" data-target="#faq3">
+  Q: How do I prevent my DFDL expressions and regular expressions from being modified by my XML editor?
+</a></p>
+<div id="faq3" class="collapse">
+  <p>Use CDATA with expressions and regular expressions, and generally to stop XML editors from messing with your DFDL schema layouts.</p>
+
+  <p>Most XML editors will wrap long lines. So your</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;a&gt;</span>foobar<span class="nt">&lt;/a&gt;</span>
+</code></pre>
+  </div>
+
+  <p>just might get turned into</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;a&gt;</span>foobar
+<span class="nt">&lt;/a&gt;</span>
+</code></pre>
+  </div>
+
+  <p>Now most of the time that is fine. But sometimes the whitespace really matters. One such place is when you type a regular expression. In DFDL this can come up in this way:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;dfdl:assert</span> <span class="na">testKind=</span><span class="s">"pattern"</span><span class="nt">&gt;</span> *<span class="nt">&lt;/dfdl:assert&gt;</span>
+</code></pre>
+  </div>
+
+  <p>Now the contents of that element is “ *”, i.e., a single space, and the “*” character. That means zero or more spaces in regex language. If you don’t want your XML tooling to mess with the whitespace do this instead:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;dfdl:assert</span> <span class="na">testKind=</span><span class="s">"pattern"</span><span class="nt">&gt;</span><span class="cp">&lt;![CDATA[ *]]&gt;</span><span class="nt">&lt;/dfdl:assert&gt;</span>
+</code></pre>
+  </div>
+
+  <p>CDATA informs XML processors that you very much care about this. Any decent XML tooling/editor will see this and decide it cannot line-wrap this or in any way mess with the whitespace. Also useful if you want to write a complex DFDL expression in the expression language, and you want indentation and lines to be respected. Here’s an example:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;dfdl:discriminator&gt;</span><span class="cp">&lt;![CDATA[{
+    if (daf:trace((daf:trace(../../ex:presenceBit,"presenceBit") = 0),"pbIsZero")) then false()
+    else if
+    (daf:trace(daf:trace(dfdl:occursIndex(),"occursIndex") = 1,"indexIsOne")) then true()
+    else if
+    (daf:trace(daf:trace(xs:int(daf:trace(../../ex:A1[daf:trace(dfdl:occursIndex()-1,"indexMinusOne")],
+                                       "occursIndexMinusOneNode")/ex:repeatBit),
+                       "priorRepeatBit") = 0,
+              "priorRepeatBitIsZero"))
+    then false()
+    else true() 
+}]]&gt;</span><span class="nt">&lt;/dfdl:discriminator&gt;</span>
+</code></pre>
+  </div>
+
+  <p>If you get done writing something very deeply nested like this (and XPath style languages require this all the time), then you do NOT want anything messing with the whitespace.</p>
+
+  <p>About the xml:space=’preserve’ attribute: According to this thread on the stack overflow web site, xml:space is only about whitespace-only nodes, not nodes that are part whitespace. Within element-only content, the text nodes found between the elements are whitespace-only nodes. Unless you use xml:space=’preserve’, those are eliminated. None of the above discussion is about whitespace-only nodes. It’s about value nodes containing text strings with surrounding whitespace.</p>
+</div>
+
+<p><a class="question" data-toggle="collapse" data-target="#faq4">
+  Q: Why doesn’t DFDL allow me to express my format using offsets into a file, instead of lengths?
+</a></p>
+<div id="faq4" class="collapse">
+  <p>With some study, the DFDL workgroup concluded that these formats nearly always require the full complexity of a transformation system AND a data format description system. DFDL is only about the latter problem.</p>
+
+  <p>In other words, it was left out for complexity reasons, not because we didn’t think there were examples.</p>
+
+  <p>It is a much more complex issue than people think. As we got into it we kept falling down the slippery slope of needing rich transformations to express such things.</p>
+
+  <p>We certainly have seen formats where there are a bunch of fields, in the ordinary manner, but instead of expressing their lengths, the forrmat specifies only their starting positions relative to start of record. There are also formats where there are tables of offsets into a subsequent data array.</p>
+
+  <p>DFDL requires one to recast such a specification as lengths.</p>
+
+  <p>It is not a “either or” scenario where lengths and offsets are equivalent so you can pick one.</p>
+
+  <p>Use of lengths is simply a superior and more precise way of expressing the format because use of offsets can obscure aliasing, which is the term for when there are two elements (or more) that describe the same part of the data representation. With lengths, it’s clear what every bit means, and that every bit is in fact described or explicitly skipped. You can’t just use an offset to skip past a bunch of data leaving it not described at all. You can’t have aliasing of the same data.</p>
+
+  <p>Aliasing is a difficult issue when parsing. When unparsing it is a nightmare, as it introduces non-determinacy in what the data written actually comes out like. It depends on who writes it last with what alias.</p>
+
+  <p>Structures like</p>
+
+  <div class="highlighter-rouge"><pre class="highlight"><code>&lt;offset to start&gt;&lt;length of thing&gt;
+&lt;offset to start2&gt;&lt;length of thing2&gt;
+...
+&lt;offset to startN&gt;&lt;length of thingN&gt;
+thing
+thing2
+...
+thingN
+</code></pre>
+  </div>
+
+  <p>So long as the things and the corresponding descriptor pairs are in order, these can be described. The lengths need not even be there as they are redundant. If present they can be checked for validity. Overlap can be checked for and deemed invalid.</p>
+
+  <p>But, in DFDL the above <em>must</em> be represented as two vectors. One of the offsets table, the other of the things. If you want an array of things and then want DFDL to convert that into the offsets and things separately, well DFDL doesn’t do transformations of that sort. Do that first in XSLT or other transformation system when unparsing. When parsing, you first parse with DFDL, then transform the data into the logical single vector using XSLT (or other).</p>
+
+  <div class="alert alert-warning">
+XProc is a language for expressing chains of XML-oriented transformations like this. Calabash is an open-source XProc implementation, and the daffodil-calabash-extension provides Daffodil stages that have been created to enable creation of XProc pipelines that glue together transformations like XSLT with DFDL parse/unparse steps. This can be used to create a unit that runs both DFDL and an XSLT together for parse or for unparse (they would be different XSLTs).
+If the things are potentially out of order, especially if the lengths are not stored, but just implied by "from this offset to the start of the next one, whichever one that is", that is simply too complex a transformation for DFDL. 
+</div>
+
+  <p>If you think about what is required mentally to decode this efficiently, you must grab all the entries, sort them by offset, and then compute lengths, etc.  Shy of building a real programming language (e.g., XQuery) into DFDL there has to be a limit to what level of complexity we allow DFDL to express directly.   And unparsing is entirely non-deterministic… you have to stage an array/blob filled with fill bytes, write pieces to it one by one, potentially overwriting sections. It’s r [...]
+
+  <p>There is a sense in which formats expressed as these sorts of “potentially overlapping regions” are simply not adequately specified unless they specify the exact order things are to be written so that the contents of overlap regions is deterministic.</p>
+
+  <p>There could be formats where there are offset tables like this, where in principle things could be out of order, or overlapping/aliased, but they simply never are, and allowing them to be is effectively a bad idea as it allows people to do very obscure things - information hiding, polyglot files, etc. PDF is heavily criticized for this. It may be an unstated principle that such formats <em>do not</em> do this sort of out-of-order or aliasing stuff.</p>
+
+  <p>All that said, practically speaking, people have data with offset tables, and out-of-order might be a possibility that needs to be allowed at least on parsing. So what to do in DFDL?</p>
+
+  <p>In this case, DFDL can describe the table of offsets, and a big blob of data. Beyond that something else (e.g., XSLT, or a program) must take over for expressing the sort and extraction of chunks out of the larger blob.</p>
+
+  <p>If you think about this, if you want deterministic unparsing behavior, that is what has to be presented to the DFDL unparser anyway, since presenting the resolved content blob means the application has dealt with the order to which the various chunks (which may overlap) have been written.</p>
+</div>
+
+<p><a class="question" data-toggle="collapse" data-target="#faq5">
+  Q: How can I get strings in the data to become element names?
+</a></p>
+<div id="faq5" class="collapse">
+  <p>If the data contains tags/strings, and you want those strings to become element names in XML, then you <em>must</em> do pass 1 to extract the tag information, use them as element names when you create a DFDL schema dynamically, and then parse the data again with this new specialized DFDL schema.</p>
+
+  <p>Or you can parse the data with a generic schema where your tag names will be in element values someplace, and do a transformation outside of DFDL to convert them to element names.</p>
+
+  <p>Consider the common “comma separated values” or  CSV formats. If you have</p>
+
+  <div class="highlighter-rouge"><pre class="highlight"><code>Name, Address, Phone
+Mike, 8840 Standford Blvd\, Columbia MD, 888-888-8888
+</code></pre>
+  </div>
+
+  <p>and you want</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;columnNames&gt;</span>
+  <span class="nt">&lt;name&gt;</span>Name<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;name&gt;</span>Address<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;name&gt;</span>Phone<span class="nt">&lt;/name&gt;</span>
+<span class="nt">&lt;/columnNames&gt;</span>
+<span class="nt">&lt;row&gt;</span>
+  <span class="nt">&lt;col&gt;</span>Mike<span class="nt">&lt;/col&gt;</span>
+  <span class="nt">&lt;col&gt;</span>8840 Standford Blvd, Columbia MD<span class="nt">&lt;/col&gt;</span>
+  <span class="nt">&lt;col&gt;</span>888-888-8888<span class="nt">&lt;/col&gt;</span>
+<span class="nt">&lt;/row&gt;</span>
+</code></pre>
+  </div>
+  <p>That’s what you would get from a generic CSV DFDL schema. If you want this:</p>
+
+  <div class="language-xml highlighter-rouge"><pre class="highlight"><code><span class="nt">&lt;row&gt;</span>
+  <span class="nt">&lt;Name&gt;</span>Mike<span class="nt">&lt;/Name&gt;</span>
+  <span class="nt">&lt;Address&gt;</span>8840 Stanford Blvd, Columbia MD<span class="nt">&lt;/Address&gt;</span>
+  <span class="nt">&lt;Phone&gt;</span>888-888-8888<span class="nt">&lt;/Phone&gt;</span>
+<span class="nt">&lt;/row&gt;</span>
+</code></pre>
+  </div>
+
+  <p>That’s a specific-to-exactly-these-column-names CSV DFDL schema that is required. If you have lots of files with this exact structure you would create this DFDL schema once.</p>
+
+  <p>If you have no idea what CSV is coming at you, but want this sort of XML elements anyway, then you have to generate a DFDL schema on the fly from the data (parse just the headers with a generic DFDL schema first - then use that to create the DFDL schema.</p>
+
+  <p>Or you parse using the generic schema, then use XSLT or something to convert the result of the generic parse.</p>
+
+  <p>Keep in mind that this problem has little to do with DFDL. Given an XML document like the generic one above, but you didn’t want that XML, you wanted the specific style XML. Well you have the same problem. You need to grab the column names first, then transform the data using them as the element names.</p>
+</div>
+
+<!---
+Copy the below snippet and edit to create a new FAQ entry, changing the
+question and answer only. Everything else should remain exactly the same.
+
+
+<a class="question" data-toggle="collapse" data-target="#faq6">
+  Q: Question Goes Here
+</a>
+<div id="faq6" class="collapse" markdown="1">
+  Answer goes here using markdown
+</div>
+-->
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+
diff --git a/content/community/index.html b/content/getting-started/index.html
similarity index 52%
copy from content/community/index.html
copy to content/getting-started/index.html
index b1b0db7..3b21691 100644
--- a/content/community/index.html
+++ b/content/getting-started/index.html
@@ -2,8 +2,8 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>Apache Daffodil (incubating) | Community</title>
-    <meta name="description" content="Project Community Page">
+    <title>Apache Daffodil (incubating) | Getting Started</title>
+    
     <meta name="author" content="">
 
     <!-- Enable responsive viewport -->
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -87,63 +91,53 @@
 
 -->
 
-<h2 id="community">Community</h2>
+<h2 id="getting-started">Getting Started</h2>
 
-<p>Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.</p>
+<h3 id="using-daffodil">Using Daffodil</h3>
 
-<p>You can:</p>
+<p>Daffodil is a library, requiring Java 8, used to convert between fixed format data and XML/JSON based on a DFDL schema. Some <a href="/examples">examples</a> show the result of Daffodil parsing various inputs into XML. Multiple mechanisms that use the Daffodil library invoke its capabilities are described below.</p>
 
-<ul>
-  <li>Use our project and provide a feedback.</li>
-  <li>Provide us with the use-cases.</li>
-  <li>Report bugs and submit patches.</li>
-  <li>Contribute code, javadocs, documentation.</li>
-</ul>
+<dl>
+  <dt><a href="/cli">Command Line Interface</a></dt>
+  <dd>
+    <p>Linux and Windows command line tool with capabilities include parsing, unaparsing, an interactive debugger, and more. Available via download in binary <a href="/releases">releases</a>.</p>
+  </dd>
+  <dt><a href="/docs/latest/javadoc">Java API</a> or <a href="/docs/latest/scaladoc">Scala API</a></dt>
+  <dd>
+    <p>Examples for using the Java API are available on the <a href="https://github.com/OpenDFDL/examples.git">OpenDFDL examples</a> repository. Individual <a href="/releases">releases</a> describe how to include a dependency to Daffodil via Maven and SBT.</p>
+  </dd>
+  <dt><a href="https://opensource.ncsa.illinois.edu/bitbucket/projects/DFDL/repos/daffodil-nifi/browse">Apache NiFi Processors</a></dt>
+  <dd>
+    <p>Provides two <a href="https://nifi.apache.org/">Apache NiFi</a> processors for parsing and unparsing NiFi FlowFiles.</p>
+  </dd>
+  <dt><a href="https://opensource.ncsa.illinois.edu/bitbucket/projects/DFDL/repos/daffodil-nifi/browse">XML Calabash Extension</a></dt>
+  <dd>
+    <p>An extension to <a href="http://xmlcalabash.com">XML Calabash</a> that declares XProc pipeline steps to parse and unparse input data.</p>
+  </dd>
+</dl>
 
-<h3 id="mailing-list">Mailing list</h3>
+<h3 id="existing-dfdl-schemas">Existing DFDL Schemas</h3>
 
-<p>Get help using Daffodil or contribute to the project on our mailing lists:</p>
+<p>Many DFDL schemas are freely and publicly available at <a href="https://github.com/DFDLSchemas">DFDLSchemas</a> on GitHub. This includes image formats, financial transaction formats, healthcare formats, and more. Some DFDL Schemas for Controlled Unclassified Information (CUI) data formats are available on <a href="https://confluence.di2e.net/pages/viewpage.action?pageId=196139975">DI2E.net</a>, which requires US Citizenship and DoD sponsorship.</p>
 
-<ul>
-  <li><a href="mailto:users@daffodil.incubator.apache.org">users@daffodil.incubator.apache.org</a> is for usage questions, help, and announcements -
-<a href="mailto:users-subscribe@daffodil.incubator.apache.org?subject=send this email to subscribe">subscribe</a>,
-<a href="mailto:users-unsubscribe@daffodil.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>,
-<a href="https://lists.apache.org/list.html?users@daffodil.apache.org">archives</a></li>
-  <li><a href="mailto:dev@daffodil.incubator.apache.org">dev@daffodil.incubator.apache.org</a> is for people who want to contribute code to Daffodil -
-<a href="mailto:dev-subscribe@daffodil.incubator.apache.org?subject=send this email to subscribe">subscribe</a>,
-<a href="mailto:dev-unsubcribe@daffodil.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>,
-<a href="https://lists.apache.org/list.html?dev@daffodil.apache.org">archives</a></li>
-  <li><a href="mailto:comits@daffodil.incubator.apache.org">commits@daffodil.incubator.apache.org</a> is for commit messages and patches to Daffodil -
-<a href="mailto:commits-subscribe@daffodil.incubator.apache.org?subject=send this email to subscribe">subscribe</a>,
-<a href="mailto:commits-unsubcribe@daffodil.incubator.apache.org?subject=send this email to unsubscribe">unsubscribe</a>,
-<a href="https://lists.apache.org/list.html?commits@daffodil.apache.org">archives</a></li>
-</ul>
+<h3 id="creating-dfdl-schemas">Creating DFDL Schemas</h3>
 
-<h3 id="issue-tracker">Issue tracker</h3>
+<h4 id="layout">Layout</h4>
 
-<h4 id="bug-reports">Bug Reports</h4>
+<p>When creating a custom DFDL schema, it is beneficial to follow the directory/file layout described in <a href="/dfdl-layout">Standard DFDL Schema Project Layout</a>. This layout provides a consistent and familiar structure for DFDL schema development that existing tooling understands, provides for easy testing and schema packaging, and ensures no name conflicts on classpaths if multiple schemas are used together.</p>
 
-<p>Found bug? Enter an issue in the <a href="https://issues.apache.org/jira/browse/DAFFODIL">Daffodil Issue Tracker</a> on JIRA.</p>
+<h4 id="editors">Editors</h4>
 
-<p>Before submitting an issue, please:</p>
+<p>Any text editor can be used for authoring DFDL schemas. But because DFDL schemas are a subset of XML Schema, using an XML editor (especially an XML Schema aware editor) can provide intelligent assistance in authoring DFDL Schemas, including attribute and tag completion, validation, indentation, visualizations, etc. Below are resources for configuring various tools specifically for editing or authoring DFDL schemas.</p>
 
 <ul>
-  <li>Verify that the bug does in fact exist.</li>
-  <li>Search the issue tracker to verify there is no existing issue reporting the bug you’ve found.</li>
-  <li>Consider tracking down the bug yourself in the Wink’s source and submitting a patch along with your bug report. This is a great time saver for the Wink developers and helps ensure the bug will be fixed quickly.</li>
+  <li><a href="/eclipse-configuration">Eclipse IDE</a></li>
 </ul>
 
-<h4 id="feature-requests">Feature Requests</h4>
-
-<p>Enhancement requests for new features are also welcome. The more concrete and rationale the request is, the greater the chance it will incorporated into future releases.</p>
-
-<h3 id="source-code">Source Code</h3>
-
-<p>The project sources are accessible via <a href="https://github.com/apache/incubator-daffodil">GitHub</a> and <a href="https://gitbox.apache.org/repos/asf?p=incubator-daffodil.git">ASF</a></p>
+<h4 id="dfdl-extensions">DFDL Extensions</h4>
 
-<h3 id="website-source-code">Website Source Code</h3>
+<p>Daffodil provides extensions to the DFDL specification to add extra enhancements and capabilities. These extensions are listed at <a href="/dfdl-extensions">DFDL Extensions</a>.</p>
 
-<p>The project website sources are accessible via <a href="https://github.com/apache/incubator-daffodil-site">GitHub</a> and <a href="https://gitbox.apache.org/repos/asf?p=incubator-daffodil-site.git">ASF</a></p>
 
   </div>
 </div>
diff --git a/content/index.html b/content/index.html
index 5a449b4..5b0b1d7 100644
--- a/content/index.html
+++ b/content/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
diff --git a/content/people/index.html b/content/people/index.html
index a5abace..ed33693 100644
--- a/content/people/index.html
+++ b/content/people/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -87,7 +91,7 @@
 
 -->
 
-<h3 id="people">People</h3>
+<h2 id="people">People</h2>
 
 <table class="table">
     <tr>
diff --git a/content/releases/1.0.0/index.html b/content/releases/1.0.0/index.html
index 4847593..9b98240 100644
--- a/content/releases/1.0.0/index.html
+++ b/content/releases/1.0.0/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -94,47 +98,47 @@
 
 
 <div class="row">
-  <div class="col-md-8">
-    
+  <div class="col-md-9">
+    <h3>Get Release</h3>
+    <ul class="nav nav-tabs">
+      <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#maven">Maven</a></li>
+      <li><a data-toggle="tab" href="#sbt">SBT</a></li>
+    </ul>
+    <div class="tab-content">
+      <div id="download" class="tab-pane fade in active">
+        
 
-    
-        <h3>Binaries</h3>
         
+          <h4>Binaries</h4>
+          <p>
+          
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=1.0.0&filename=daffodil-1.0.0.zip">daffodil-1.0.0.zip</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=1.0.0&filename=daffodil-1.0.0.tgz">daffodil-1.0.0.tgz</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 
-    
-  </div>
-  <div class="col-md-4">
-    <h3>Documentation</h3>
-    <a href="/docs/1.0.0/javadoc/">Javadoc</a><br />
-    <a href="/docs/1.0.0/scaladoc/">Scaladoc</a>
-  </div>
-</div>
+          </p>
+        
 
-<h3>API Dependency</h3>
-<ul class="nav nav-tabs">
-  <li class="active"><a data-toggle="tab" href="#maven">Maven</a></li>
-  <li><a data-toggle="tab" href="#sbt">SBT</a></li>
-</ul>
-<div class="tab-content">
-  <div id="maven" class="tab-pane fade in active">
+        
+      </div>
+
+      <div id="maven" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml">  <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>edu.illinois.ncsa<span class="nt">&lt;/groupId&gt;</span>
@@ -148,17 +152,24 @@
     <span class="nt">&lt;url&gt;</span>https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases<span class="nt">&lt;/url&gt;</span>
   <span class="nt">&lt;/repository&gt;</span></code></pre></figure>
 
-  </div>
-  <div id="sbt" class="tab-pane fade">
+      </div>
+      <div id="sbt" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-scala" data-lang="scala">  <span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">"edu.illinois.ncsa"</span> <span class="o">%%</span> <span class="s">"daffodil-sapi"</span> <span class="o">%</span> <span class="s">"1.0.0"</span>
- 
+
   <span class="n">resolvers</span> <span class="o">+=</span> <span class="s">"NCSA Sonatype Releases"</span> <span class="n">at</span> <span class="s">"https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"</span></code></pre></figure>
 
-  </div> 
+      </div>
+    </div>
+  </div>
+  <div class="col-md-3 text-right">
+    <h3>Documentation</h3>
+    <a href="/docs/1.0.0/javadoc/">Javadoc</a><br />
+    <a href="/docs/1.0.0/scaladoc/">Scaladoc</a>
+  </div>
 </div>
 
-<h3>Release Notes</h3>
+<h3 id="release-notes">Release Notes</h3>
 
 <h4 id="core">Core</h4>
 
diff --git a/content/releases/1.1.0/index.html b/content/releases/1.1.0/index.html
index 23f34f5..1c38b26 100644
--- a/content/releases/1.1.0/index.html
+++ b/content/releases/1.1.0/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -94,47 +98,47 @@
 
 
 <div class="row">
-  <div class="col-md-8">
-    
+  <div class="col-md-9">
+    <h3>Get Release</h3>
+    <ul class="nav nav-tabs">
+      <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#maven">Maven</a></li>
+      <li><a data-toggle="tab" href="#sbt">SBT</a></li>
+    </ul>
+    <div class="tab-content">
+      <div id="download" class="tab-pane fade in active">
+        
 
-    
-        <h3>Binaries</h3>
         
+          <h4>Binaries</h4>
+          <p>
+          
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=1.1.0&filename=daffodil-1.1.0.zip">daffodil-1.1.0.zip</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=1.1.0&filename=daffodil-1.1.0.tgz">daffodil-1.1.0.tgz</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 
-    
-  </div>
-  <div class="col-md-4">
-    <h3>Documentation</h3>
-    <a href="/docs/1.1.0/javadoc/">Javadoc</a><br />
-    <a href="/docs/1.1.0/scaladoc/">Scaladoc</a>
-  </div>
-</div>
+          </p>
+        
 
-<h3>API Dependency</h3>
-<ul class="nav nav-tabs">
-  <li class="active"><a data-toggle="tab" href="#maven">Maven</a></li>
-  <li><a data-toggle="tab" href="#sbt">SBT</a></li>
-</ul>
-<div class="tab-content">
-  <div id="maven" class="tab-pane fade in active">
+        
+      </div>
+
+      <div id="maven" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml">  <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>edu.illinois.ncsa<span class="nt">&lt;/groupId&gt;</span>
@@ -148,17 +152,24 @@
     <span class="nt">&lt;url&gt;</span>https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases<span class="nt">&lt;/url&gt;</span>
   <span class="nt">&lt;/repository&gt;</span></code></pre></figure>
 
-  </div>
-  <div id="sbt" class="tab-pane fade">
+      </div>
+      <div id="sbt" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-scala" data-lang="scala">  <span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">"edu.illinois.ncsa"</span> <span class="o">%%</span> <span class="s">"daffodil-sapi"</span> <span class="o">%</span> <span class="s">"1.1.0"</span>
- 
+
   <span class="n">resolvers</span> <span class="o">+=</span> <span class="s">"NCSA Sonatype Releases"</span> <span class="n">at</span> <span class="s">"https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"</span></code></pre></figure>
 
-  </div> 
+      </div>
+    </div>
+  </div>
+  <div class="col-md-3 text-right">
+    <h3>Documentation</h3>
+    <a href="/docs/1.1.0/javadoc/">Javadoc</a><br />
+    <a href="/docs/1.1.0/scaladoc/">Scaladoc</a>
+  </div>
 </div>
 
-<h3>Release Notes</h3>
+<h3 id="release-notes">Release Notes</h3>
 
 <h4 id="core">Core</h4>
 
diff --git a/content/releases/2.0.0/index.html b/content/releases/2.0.0/index.html
index bfa87d3..579df4c 100644
--- a/content/releases/2.0.0/index.html
+++ b/content/releases/2.0.0/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -94,56 +98,56 @@
 
 
 <div class="row">
-  <div class="col-md-8">
-    
+  <div class="col-md-9">
+    <h3>Get Release</h3>
+    <ul class="nav nav-tabs">
+      <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#maven">Maven</a></li>
+      <li><a data-toggle="tab" href="#sbt">SBT</a></li>
+    </ul>
+    <div class="tab-content">
+      <div id="download" class="tab-pane fade in active">
+        
 
-    
-        <h3>Binaries</h3>
         
+          <h4>Binaries</h4>
+          <p>
+          
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=2.0.0&filename=daffodil-2.0.0.zip">daffodil-2.0.0.zip</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=2.0.0&filename=daffodil-2.0.0.tgz">daffodil-2.0.0.tgz</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 <div class="row">
-  <div class="col-md-5">
+  <div class="col-md-6">
     <a href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=DFDL&version=2.0.0&filename=daffodil-2.0.0-1.noarch.rpm">daffodil-2.0.0-1.noarch.rpm</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
   </div>
 </div>
 
 
-    
-  </div>
-  <div class="col-md-4">
-    <h3>Documentation</h3>
-    <a href="/docs/2.0.0/javadoc/">Javadoc</a><br />
-    <a href="/docs/2.0.0/scaladoc/">Scaladoc</a>
-  </div>
-</div>
+          </p>
+        
 
-<h3>API Dependency</h3>
-<ul class="nav nav-tabs">
-  <li class="active"><a data-toggle="tab" href="#maven">Maven</a></li>
-  <li><a data-toggle="tab" href="#sbt">SBT</a></li>
-</ul>
-<div class="tab-content">
-  <div id="maven" class="tab-pane fade in active">
+        
+      </div>
+
+      <div id="maven" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml">  <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>edu.illinois.ncsa<span class="nt">&lt;/groupId&gt;</span>
@@ -157,17 +161,24 @@
     <span class="nt">&lt;url&gt;</span>https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases<span class="nt">&lt;/url&gt;</span>
   <span class="nt">&lt;/repository&gt;</span></code></pre></figure>
 
-  </div>
-  <div id="sbt" class="tab-pane fade">
+      </div>
+      <div id="sbt" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-scala" data-lang="scala">  <span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">"edu.illinois.ncsa"</span> <span class="o">%%</span> <span class="s">"daffodil-sapi"</span> <span class="o">%</span> <span class="s">"2.0.0"</span>
- 
+
   <span class="n">resolvers</span> <span class="o">+=</span> <span class="s">"NCSA Sonatype Releases"</span> <span class="n">at</span> <span class="s">"https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"</span></code></pre></figure>
 
-  </div> 
+      </div>
+    </div>
+  </div>
+  <div class="col-md-3 text-right">
+    <h3>Documentation</h3>
+    <a href="/docs/2.0.0/javadoc/">Javadoc</a><br />
+    <a href="/docs/2.0.0/scaladoc/">Scaladoc</a>
+  </div>
 </div>
 
-<h3>Release Notes</h3>
+<h3 id="release-notes">Release Notes</h3>
 
 <h4 id="core">Core</h4>
 
diff --git a/content/releases/2.1.0/index.html b/content/releases/2.1.0/index.html
index 68ca489..9b72a03 100644
--- a/content/releases/2.1.0/index.html
+++ b/content/releases/2.1.0/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
@@ -94,78 +98,106 @@
 
 
 <div class="row">
-  <div class="col-md-8">
-    
-      <h3>Source</h3>
-      
+  <div class="col-md-9">
+    <h3>Get Release</h3>
+    <ul class="nav nav-tabs">
+      <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#maven">Maven</a></li>
+      <li><a data-toggle="tab" href="#sbt">SBT</a></li>
+    </ul>
+    <div class="tab-content">
+      <div id="download" class="tab-pane fade in active">
+        
+          <h4>Source</h4>
+          <p>
+          
 <div class="row">
-  <div class="col-md-5">
-    <a href="http://apache.org/dyn/closer.cgi?action=download&filename=daffodil-2.1.0-incubating-src.tar.gz">daffodil-2.1.0-incubating-src.tar.gz</a>
+  <div class="col-md-6">
+    <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-incubating-src.zip">daffodil-2.1.0-incubating-src.zip</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
       
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-incubating-src.tar.gz.md5">MD5</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-incubating-src.tar.gz.sha1">SHA1</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-incubating-src.tar.gz.sha256">SHA256</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-incubating-src.tar.gz.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-incubating-src.zip.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-incubating-src.zip.md5">MD5</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-incubating-src.zip.sha1">SHA1</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-incubating-src.zip.sha256">SHA256</a> ]
     
   </div>
 </div>
 
 
-    
+          </p>
+        
 
-    
-        <h3>Binaries</h3>
         
+          <h4>Binaries</h4>
+          <p>
+          
 <div class="row">
-  <div class="col-md-5">
-    <a href="http://apache.org/dyn/closer.cgi?action=download&filename=daffodil-2.1.0-bin.tar.gz">daffodil-2.1.0-bin.tar.gz</a>
+  <div class="col-md-6">
+    <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.tar.gz">daffodil-2.1.0-bin.tar.gz</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
       
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-bin.tar.gz.md5">MD5</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-bin.tar.gz.sha1">SHA1</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-bin.tar.gz.sha256">SHA256</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-bin.tar.gz.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.tar.gz.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.tar.gz.md5">MD5</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.tar.gz.sha1">SHA1</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.tar.gz.sha256">SHA256</a> ]
     
   </div>
 </div>
 
 <div class="row">
-  <div class="col-md-5">
-    <a href="http://apache.org/dyn/closer.cgi?action=download&filename=daffodil-2.1.0-1.noarch.rpm">daffodil-2.1.0-1.noarch.rpm</a>
+  <div class="col-md-6">
+    <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.zip">daffodil-2.1.0-bin.zip</a>
   </div>
-  <div class="col-md-7">
+  <div class="col-md-6 text-right">
     
       
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-1.noarch.rpm.md5">MD5</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-1.noarch.rpm.sha1">SHA1</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-1.noarch.rpm.sha256">SHA256</a> ]
-      [ <a href="https://www.apache.org/dist/daffodil-2.1.0-1.noarch.rpm.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.zip.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.zip.md5">MD5</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.zip.sha1">SHA1</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-bin.zip.sha256">SHA256</a> ]
     
   </div>
 </div>
 
-
-    
+<div class="row">
+  <div class="col-md-6">
+    <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-1.noarch.rpm">daffodil-2.1.0-1.noarch.rpm</a>
   </div>
-  <div class="col-md-4">
-    <h3>Documentation</h3>
-    <a href="/docs/2.1.0/javadoc/">Javadoc</a><br />
-    <a href="/docs/2.1.0/scaladoc/">Scaladoc</a>
+  <div class="col-md-6 text-right">
+    
+      
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-1.noarch.rpm.asc">PGP</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-1.noarch.rpm.md5">MD5</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-1.noarch.rpm.sha1">SHA1</a> ]
+      [ <a href="https://dist.apache.org/repos/dist/dev/incubator/daffodil/2.1.0-rc1/daffodil-2.1.0-1.noarch.rpm.sha256">SHA256</a> ]
+    
   </div>
 </div>
 
-<h3>API Dependency</h3>
-<ul class="nav nav-tabs">
-  <li class="active"><a data-toggle="tab" href="#maven">Maven</a></li>
-  <li><a data-toggle="tab" href="#sbt">SBT</a></li>
-</ul>
-<div class="tab-content">
-  <div id="maven" class="tab-pane fade in active">
+
+          </p>
+        
+
+        
+          <p>
+            <i>
+              The above release files should be verified using the PGP signatures and the
+              <a href='https://dist.apache.org/repos/dist/dev/incubator/daffodil/KEYS'>project release KEYS</a>. See
+              <a href='https://www.apache.org/dyn/closer.cgi#verify'>verification instructions</a>
+              for a description of using the PGP and KEYS files for
+              verification. Checksums (MD5, SHA1, SHA256) are also provided as
+              alternative verification methods.
+            </i>
+          </p>
+        
+      </div>
+
+      <div id="maven" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml">  <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.daffodil<span class="nt">&lt;/groupId&gt;</span>
@@ -173,34 +205,146 @@
     <span class="nt">&lt;version&gt;</span>2.1.0<span class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
-  </div>
-  <div id="sbt" class="tab-pane fade">
+      </div>
+      <div id="sbt" class="tab-pane fade">
 
 <figure class="highlight"><pre><code class="language-scala" data-lang="scala">  <span class="n">libraryDependencies</span> <span class="o">+=</span> <span class="s">"org.apache.daffodil"</span> <span class="o">%%</span> <span class="s">"daffodil-sapi"</span> <span class="o">%</span> <span class="s">"2.1.0"</span></code></pre></figure>
 
-  </div> 
+      </div>
+    </div>
+  </div>
+  <div class="col-md-3 text-right">
+    <h3>Documentation</h3>
+    <a href="/docs/2.1.0/javadoc/">Javadoc</a><br />
+    <a href="/docs/2.1.0/scaladoc/">Scaladoc</a>
+  </div>
 </div>
 
-<h3>Release Notes</h3>
+<h3 id="release-notes">Release Notes</h3>
 
-<h4 id="category-one">Category One</h4>
+<p>Daffodil 2.1.0 is the first release of Daffodil as an Apache incubator project.
+This release includes relicensing the source to Apache v2, changing the
+namespace to org.apache.daffodil, and numerous bug fixes and DFDL feature
+additions to support more DFDL schemas.</p>
 
-<p>Sentence describing this category of fixes</p>
+<p><strong>This release contains changes which break compatibility with past releases.</strong>
+Please see the deprecation / compatibility notes section for more information.</p>
+
+<h4 id="packed-decimal">Packed Decimal</h4>
+
+<p>Added support for binary packed decimal data types. In addition to <code class="highlighter-rouge">standard</code>,
+the <code class="highlighter-rouge">dfdl:binaryNumberRep</code> property now also accepts values of <code class="highlighter-rouge">bcd</code>,
+<code class="highlighter-rouge">packed</code>, and <code class="highlighter-rouge">ibm4690Packed</code> to support Binary Coded Decimal, IBM 390
+Packed Decimal, and IBM 4690 Packed Decimal, respectively. The
+<code class="highlighter-rouge">dfdl:binaryDecimalVirtualPoint</code> property applies for the appropriate types.
+Also implemented are <code class="highlighter-rouge">dfdl:binaryPackedSignCodes</code> and
+<code class="highlighter-rouge">dfdl:binaryNumberCheckPolicy</code> to configure the valid nibble values when
+<code class="highlighter-rouge">dfdl:binaryNumberRep</code> is <code class="highlighter-rouge">packed</code>.</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1739">DAFFODIL-1739</a>] Implement ‘packed’ and ‘bcd’</li>
+</ul>
+
+<h4 id="apache-incubation-support">Apache Incubation Support</h4>
+
+<p>Multiple changes were made to support the move to Apache incubation. This
+includes changes to the source directory structure, relicensing files to Apache
+v2, changing the project package to org.apache.daffodil, updating the build
+infrastructure to SBT 1.x, and adding TravisCI continuous integration support.</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1856">DAFFODIL-1856</a>] Changes necessary for apache incubation</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1857">DAFFODIL-1857</a>] Update sbt to 1.x, simplifing build config and replacing deprecated syntax</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1870">DAFFODIL-1870</a>] invalid and nonfunctional URLs in source files</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1858">DAFFODIL-1858</a>] Add support for TravisCI</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1873">DAFFODIL-1873</a>] sbt warnings/errors</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1612">DAFFODIL-1612</a>] sbt - branches without tags cause sbt compile to fail</li>
+</ul>
+
+<h4 id="ambiguous-path-expressions">Ambiguous Path Expressions</h4>
+
+<p>Previously, ambiguous path expressions (i.e. path expressions that could
+potentially reference multiple non-array elements of the same name) were not
+allowed and caused a schema definition error at schema. As of 2.1.0, such
+ambiguities are detected at runtime but are now only considered schema
+definition warnings. However, if a path expression ever evaluates to more than
+on non-array element at runtime, it will then be considered an error and cause a
+runtime schema definition error. This can allow for schemas that have ambiguous
+path expression, but in practice only ever evaluate to a single element.</p>
 
 <ul>
-  <li>Sections should be Header level4, i.e. ####</li>
-  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-123">DAFFODIL-123</a>] - use {% jira 123 %} to link to Daffodil JIRA issues</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1773">DAFFODIL-1773</a>] Choice ambiguous element name results in failed expression</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1869">DAFFODIL-1869</a>] Nato link16 doesn’t work on 2.0.0 Daffodil</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1877">DAFFODIL-1877</a>] Slow schema compilation due to unambiguous checks</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1854">DAFFODIL-1854</a>] Remove concept of slots from InfosetImpl.scala</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1860">DAFFODIL-1860</a>] Minimize the number of HashMap allocations/insertions in the Infoset</li>
 </ul>
 
-<h4 id="category-two">Category Two</h4>
+<h4 id="tdml-runner-enhancements">TDML Runner Enhancements</h4>
+
+<p>Changes were made to the TDML runner to support embedded defaultConfig option
+and to verify expected schema definition warnings.</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1868">DAFFODIL-1868</a>] TDML Runner defaultConfig cannot be embedded. Not checked properly.</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1583">DAFFODIL-1583</a>] TDML Runner - expected warnings feature</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1846">DAFFODIL-1846</a>] TDML Runner - Infoset.contents is stripping off all attributes</li>
+</ul>
 
-<p>Sentence describing this category of fixes</p>
+<h4 id="bitorderbyteorderencoding-refactoring">BitOrder/ByteOrder/Encoding Refactoring</h4>
 
 <ul>
-  <li>Sections should be Header level4, i.e. ####</li>
-  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-123">DAFFODIL-123</a>] - use {% jira 123 %} to link to Daffodil JIRA issues</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1001">DAFFODIL-1001</a>] Invalid bitOrder and byteOrder combination should produce SDE</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1597">DAFFODIL-1597</a>] Too many ways that encoding, byteOrder, etc. are being setup</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1843">DAFFODIL-1843</a>] Unparser bitOrder change and OVC (outputValueCalc) interaction</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1876">DAFFODIL-1876</a>] Improve performance regression due to FormatInfo changes</li>
 </ul>
 
+<h4 id="xml-output">XML Output</h4>
+
+<p>The XML infoset output (via the XMLTextInfosetOutputter) now writes an XML
+declaration <code class="highlighter-rouge"><span class="cp">&lt;?xml version="1.) ... ?&gt;</span></code> at the beginning of output. It also
+ensures output is flushed at the end of writing, which should prevent issues
+users reported of receiving only partial data.</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1844">DAFFODIL-1844</a>] XMLTextInfosetOutputter should output an XML declaration</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1871">DAFFODIL-1871</a>] XMLTextInfosetOutputter endDocument should flush the writer</li>
+</ul>
+
+<h4 id="miscellaneous-bug-fixes">Miscellaneous Bug Fixes</h4>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1867">DAFFODIL-1867</a>] Memory leak in Register</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1862">DAFFODIL-1862</a>] Better logging/reset mechanism for MarkPool</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1851">DAFFODIL-1851</a>] Unparsing delimited data with escape characters could lead to truncation</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1855">DAFFODIL-1855</a>] Property Resolution - resolve onto ref objects</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1864">DAFFODIL-1864</a>] spurious SDE about all-text schema being non-scannable</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1866">DAFFODIL-1866</a>] Eclipse classpaths need fixing</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/DAFFODIL-1872">DAFFODIL-1872</a>] Eclipse classpaths for daffodil-io module need fixing</li>
+</ul>
+
+<h4 id="deprecationcompatability">Deprecation/Compatability</h4>
+
+<p>As of 2.1.0, the following changes have been made which affect compatibility
+with past releases:</p>
+
+<p><strong>Namespace Change</strong></p>
+
+<p>Now that Daffodil is an Apache incubator project, its package namespace has been
+changed from <code class="highlighter-rouge">edu.illinois.ncsa.daffodil</code> to <code class="highlighter-rouge">org.apache.daffodil</code>.
+Developers using the Daffodil Java and Scala API will need to update their
+source code and SBT/Maven configurations to use the new package namespace.</p>
+
+<p><strong>Daffodil Extension <code class="highlighter-rouge">daf</code> XML Namespace Change</strong></p>
+
+<p>The Daffodil extension <code class="highlighter-rouge">daf</code> XML namespace has been modified to represent the move to
+Apache, changing from <code class="highlighter-rouge">urn:ogf:dfdl:2013:imp:opensource.ncsa.illinois.edu:2012:ext</code>
+to <code class="highlighter-rouge">urn:ogf:dfdl:2013:imp:daffodil.apache.org:2018:ext</code>. Backwards
+compatibility is maintained for schemas using the old <code class="highlighter-rouge">daf</code> namespace. All future
+Daffodil extensions will only be supported in the new namespace, so it is
+recommended that one update schemas to use the new namespace.</p>
+
 
       <footer>
         <footer class="site-footer">
diff --git a/content/releases/index.html b/content/releases/index.html
index ac309d5..b815282 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -42,9 +42,13 @@
             <li id="documentation">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
                 <li><a href="/docs/latest/javadoc/">Java API</a></li>
                 <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
                 <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
               </ul>
             </li>
             <li id="community">
@@ -57,19 +61,19 @@
             <li id="development">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
               <ul class="dropdown-menu dropdown-left">
-                <li><a href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow"><i class="external"></i>Contributor Workflow</a></li>
-                <li><a href="https://github.com/apache/incubator-daffodil"><i class="external"></i>GitHub</a></li>
-                <li><a href="https://issues.apache.org/jira/projects/DAFFODIL/"><i class="external"></i>JIRA</a></li>
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
               </ul>
             </li>
             <li id="apache">
               <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
               <ul class="dropdown-menu">
-                <li><a href="http://www.apache.org/"><i class="external"></i>Apache Software Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/"><i class="external"></i>License</a></li>
-                <li><a href="http://www.apache.org/security"><i class="external"></i>Security</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="external"></i>Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html"><i class="external"></i>Thanks</a></li>
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
               </ul>
             </li>
           </ul>
diff --git a/content/unsupported/index.html b/content/unsupported/index.html
new file mode 100644
index 0000000..c84bb83
--- /dev/null
+++ b/content/unsupported/index.html
@@ -0,0 +1,1340 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Daffodil (incubating) | Unsupported Features and Errata</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <!--<img src="/assets/themes/apache/img/logo.png" width="50">-->
+              Apache Daffodil (incubating)
+          </a>
+        </div>
+        <nav class="navbar-collapse collapse" role="navigation">
+          <ul class="nav navbar-nav navbar-right">
+            <li><a href="/releases">Releases</a></li>
+            <li id="documentation">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Docs<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/getting-started/">Getting Started</a></li>
+                <li><a href="/examples/">Examples</a></li>
+                <li><a href="/docs/latest/javadoc/">Java API</a></li>
+                <li><a href="/docs/latest/scaladoc/">Scala API</a></li>
+                <li><a href="/docs/dfdl/">DFDL Specification</a></li>
+                <li><a href="/unsupported/">Unsupported Features</a></li>
+                <li><a href="/faq/">Frequently Asked Questions</a></li>
+              </ul>
+            </li>
+            <li id="community">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a href="/community">Get Involved</a></li>
+                <li><a href="/people">People</a></li>
+              </ul>
+            </li>
+            <li id="development">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Development<b class="caret"></b></a>
+              <ul class="dropdown-menu dropdown-left">
+                <li><a class="external" href="https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Contributor+Workflow">Contributor Workflow</a></li>
+                <li><a class="external" href="https://github.com/apache/incubator-daffodil">GitHub</a></li>
+                <li><a class="external" href="https://issues.apache.org/jira/projects/DAFFODIL/">JIRA</a></li>
+              </ul>
+            </li>
+            <li id="apache">
+              <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+              <ul class="dropdown-menu">
+                <li><a class="external" href="http://www.apache.org/">Apache Software Foundation</a></li>
+                <li><a class="external" href="http://www.apache.org/licenses/">License</a></li>
+                <li><a class="external" href="http://www.apache.org/security">Security</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a class="external" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      <div class="row">
+  <div class="col-md-12">
+    <!--
+
+-->
+
+<style type="text/css">
+th {
+	background-color: #f4f4f4;
+}
+
+td, th {
+	padding: 5px 10px;
+	border-top: solid 1px #cccccc;
+	width: 20px;
+}
+
+table {
+    display:table;
+    width:100%;
+}
+
+th:last-child {
+    width:100%;
+}
+</style>
+
+<h2 id="unsupported-features--errata">Unsupported Features &amp; Errata</h2>
+
+<p>The following table lists unsupported features and errata of the DFDL Specification since Daffodil 1.0.0 and if/when those features were implemented. Any features/errata not listed in this table were implemented prior to 1.0.0.</p>
+
+<p><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i> = supported   <i class="glyphicon glyphicon-remove" style="color: #d00000;"></i> = unsupported   <i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i> = partially supported</p>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Unparsing</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>unparser</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>outputNewLine</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>fillByte</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textPadKind</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textOutputMinLength</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>generateEscapeBlock</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>extraEscapedCharacters</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>truncateSpecifiedLengthString</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>outputValueCalc</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Types</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>decimal</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>integer</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>nonNegativeInteger</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>hexBinary</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>boolean</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>date (binary)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>time (binary)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>dateTime (binary)</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>XML Schema Features</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>fixed</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>default</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>elementFormDefault</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>DFDL Features</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>defaulting of values for required elements</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>‘packed’ binary number representations (packed, bcd, etc.)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>‘zoned’ binary number representations</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>advanced text number format properties</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>bi-directional text</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>unordered sequences</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>floating elements in sequences</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>external variables</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>byte-value entities (aka raw-byte entities)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>validation</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>alignment</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>‘type’ component of DFDL infoset</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>‘unionMemberSchema’ component of DFDL infoset</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>‘valid’ component of DFDL infoset</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>unicodeByteOrderMark</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>all runtime-computed format properties</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>runtime-computation for escapeCharacter, escapeEscapeCharacter, byteOrder</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>IANA standard encodings other than utf-8, utf-16BE, utf-16LE, utf-32BE, utf-32LE, and ASCII</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>optional qualified names in expression language</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>check for non-portable regular expressions</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>delimited binary</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>extended ICU symbols ‘u’ and ‘I’ in calendarPattern</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Daffodil Specific</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>save/reload parser</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Properties and Property Enumerations</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>ignoreCase=”yes”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>utf16Width=”variable”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textNumberRep=”zoned”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryNumberRep=”packed”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryNumberRep=”bcd”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryNumberRep=”ibm4690Packed”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>binaryFloatRep=”ibm390Hex”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>nilKind=”logicalValue”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>nilKind=”literalCharacter”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>lengthKind=”prefixed”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>lengthKind=”endOfParent”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>occursCountKind=”stopValue”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>documentFinalTerminatorCanBeMissing=”yes”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textNumberPattern</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textNumberCheckPolicy</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textNumberRounding</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textNumberRoundingMode</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textNumberRoundingIncrement</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardGroupingSeparator</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardDecimalSeparator</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardExponentRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardInfinityRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardNaNRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textStandardZeroRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textStandardBase (behaves as 10)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textZonedSignStyle</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>decimalSigned</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textBooleanTrueRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textBooleanFalseRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textBooleanPadCharacter</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>textBooleanJustification</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryBooleanTrueRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryBooleanFalseRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidi (behaves as “no”)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidiTextOrdering</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidiOrientation</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidiSymmetric</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidiTextShaped</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>textBidiNumeralShapes</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>alignment</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>alignmentUnits</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>leadingSkip</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>trailingSkip</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>prefixIncludesPrefixLength</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>prefixLengthType</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryDecimalVirtualPoint</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryNumberCheckPolicy</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>binaryPackedSignCodes</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>binaryCalendarRep</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>binaryCalendarEpoch</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>useNilForDefault</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>sequenceKind=’unordered’</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>floating=”yes”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>choiceLengthKind=”explicit”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>choiceLength</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>occursStopValue</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>seperatorSuppressionPolicy (overrides separatorPolicy)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>separatorPolicy</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>bitOrder</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>encodingErrorPolicy=”replace”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>encodingErrorPolicy=”error”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>failureType=”recoverableError”</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>choiceDispatchKey</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>choiceBranchKey</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Functions</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>contentLength</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>valueLength</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Annotations</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>newVariableInstance</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th>Miscellaneous</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>File sizes greater than 4GB</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Java version &lt;= 6</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Java version 7</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Java version 8</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Strict DFDL expressions adherence (i.e. disallow features of XPath not available in DFDL expressions)</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-minus" style="color: #efcb00;"></i></td>
+      <td>XPath 2.0 Support (query-style expressions not supported)</td>
+    </tr>
+  </tbody>
+</table>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: center">1.0.0</th>
+      <th style="text-align: center">1.1.0</th>
+      <th style="text-align: center">2.0.0</th>
+      <th style="text-align: center">2.1.0</th>
+      <th><a href="https://redmine.ogf.org/dmsf_files/13384?download=">DFDL v1.0 Spec Errata</a> (Minor Technical Fixes)</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.1</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.2</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.3</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.4</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.5</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.6</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.7</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.8</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.9</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.10</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.11</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.12</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.13</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.14</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.15</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.16</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.17</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.18</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.19</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.20</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.21</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.22</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.23</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.24</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.25</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.26</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.27</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.28</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.29</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-remove" style="color: #d00000;"></i></td>
+      <td>Erratum 5.30</td>
+    </tr>
+    <tr>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td style="text-align: center"><i class="glyphicon glyphicon-ok" style="color: #00d000;"></i></td>
+      <td>Erratum 5.31</td>
+    </tr>
+  </tbody>
+</table>
+
+  </div>
+</div>
+
+
+      <footer>
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper" style="font-size: .85em;">
+            <hr>
+            <div class="container">
+                <div class="row">
+                    <div class="col-xs-3" style="margin-top: 15px;">
+                        <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/incubator_feather_egg_logo.png"
+                                                                   alt="Apache Incubator" style="width:100%;"/></a>
+                    </div>
+                    <div class="col-xs-9">
+                        Apache Daffodil is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+                        at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+                        accepted projects until a further review indicates that the infrastructure, communications, and decision
+                        making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+                        status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+                        the project has yet to be fully endorsed by the ASF.
+                    </div>
+                </div>
+            </div>
+            <hr>
+            <div>
+                <div style="text-align: center;">
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+

-- 
To stop receiving notification emails like this one, please contact
slawrence@apache.org.