This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git
commit 94dc1a5596b11b3387822a20b76d070d227f0cef Author: Steve Lawrence <[email protected]> AuthorDate: Wed Jan 23 09:00:05 2019 -0500 Add a link to the DFDL Infoset page DAFFODIL-2053 --- site/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/getting-started.md b/site/getting-started.md index e46a060..48dbb86 100644 --- a/site/getting-started.md +++ b/site/getting-started.md @@ -65,3 +65,6 @@ Any text editor can be used for authoring DFDL schemas. But because DFDL schemas Daffodil provides extensions to the DFDL specification to add extra enhancements and capabilities. These extensions are listed at [DFDL Extensions](/dfdl-extensions). +### Infoset + +The Daffodil API and CLI support multiple ways to represent the DFDL infoset, including XML and JSON. See [Daffodil and the DFDL Infoset](/infoset) for a description of how the parts of the DFDL infoset are represented.
