From 01c3a170455ee43eabc528c2d95c91d7d222ce34 Mon Sep 17 00:00:00 2001 From: "Brutzman, Don" <brutzman@nps.edu> Date: Fri, 16 Jun 2023 15:27:26 -0700 Subject: [PATCH] Update file README.md --- DFDL/attribution/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DFDL/attribution/README.md b/DFDL/attribution/README.md index 7da7f44..bf1e107 100644 --- a/DFDL/attribution/README.md +++ b/DFDL/attribution/README.md @@ -1,4 +1,4 @@ -# Data Format Description Language (DFDL) Pipeline Project +# Data Format Description Language (DFDL) "Attribution" Project This project is working to show that additional DFDL support for XML attributes is feasible. @@ -9,7 +9,7 @@ into equivalent element-only form that DFDL can use to parse/unparse data docume ## DFDL Problem -[DFDL Specification Section 1.3 "What DFDL is not"](https://daffodil.apache.org/docs/dfdl/#_Toc54264329) +[DFDL Specification Section 1.3 "What DFDL is not"](https://daffodil.apache.org/docs/dfdl/#_Toc62570043) has long stated that DFDL design goals are constrained so that DFDL "cannot use XML attributes in the data model." This constraint helped multiple codebases implement the DFDL specification and reach an -- GitLab