
Section 13.6.1.1, Figure 4: dfdl:textNumberPattern BNF Syntax has a line: vinteger := ('#'* '0'* 'V' '0'* '0') | (integer 'V') prefix := '\u0000'..'\uFFFD' - specialCharacters This is missing a line ending before "prefix", which is a separate production of this BNF grammar. Mike Beckerle Apache Daffodil PMC | daffodil.apache.org OGF DFDL Workgroup Co-Chair | www.ogf.org/ogf/doku.php/standards/dfdl/dfdl Owl Cyber Defense | www.owlcyberdefense.com

Hi Mike I'm not seeing anything amiss at https://daffodil.apache.org/docs/dfdl/#_Toc62570166? vinteger := ('V'? integer) | ('#'* 'V'? integer)| ('#'* '0'* 'V'? '0'* '0')| (integer 'V'?) prefix := '\u0000'..'\uFFFD' - specialCharacters suffix := '\u0000'..'\uFFFD' - specialCharacters Regards Steve On Tue, Jan 9, 2024 at 9:37 PM Mike Beckerle <mbeckerle@apache.org> wrote:
Section 13.6.1.1, Figure 4: dfdl:textNumberPattern BNF Syntax has a line:
vinteger := ('#'* '0'* 'V' '0'* '0') | (integer 'V') prefix := '\u0000'..'\uFFFD' - specialCharacters
This is missing a line ending before "prefix", which is a separate production of this BNF grammar.
Mike Beckerle Apache Daffodil PMC | daffodil.apache.org OGF DFDL Workgroup Co-Chair | www.ogf.org/ogf/doku.php/standards/dfdl/dfdl Owl Cyber Defense | www.owlcyberdefense.com
-- dfdl-wg mailing list dfdl-wg@lists.ogf.org https://lists.ogf.org/mailman/listinfo/dfdl-wg

Hmmm. Maybe it's only in the HTML version? Here's a quick screen shot of what I'm seeing: [image: image.png] If the PDF doesn't have this, then it's just the HTML version. Nevertheless needs fixing as the HTML version is heavily used. On Thu, Jan 11, 2024 at 8:15 AM Steve Hanson <smhdfdl@gmail.com> wrote:
Hi Mike
I'm not seeing anything amiss at https://daffodil.apache.org/docs/dfdl/#_Toc62570166?
vinteger := ('V'? integer) |
('#'* 'V'? integer)|
('#'* '0'* 'V'? '0'* '0')|
(integer 'V'?)
prefix := '\u0000'..'\uFFFD' - specialCharacters
suffix := '\u0000'..'\uFFFD' - specialCharacters
Regards Steve
On Tue, Jan 9, 2024 at 9:37 PM Mike Beckerle <mbeckerle@apache.org> wrote:
Section 13.6.1.1, Figure 4: dfdl:textNumberPattern BNF Syntax has a line:
vinteger := ('#'* '0'* 'V' '0'* '0') | (integer 'V') prefix := '\u0000'..'\uFFFD' - specialCharacters
This is missing a line ending before "prefix", which is a separate production of this BNF grammar.
Mike Beckerle Apache Daffodil PMC | daffodil.apache.org OGF DFDL Workgroup Co-Chair | www.ogf.org/ogf/doku.php/standards/dfdl/dfdl Owl Cyber Defense | www.owlcyberdefense.com
-- dfdl-wg mailing list dfdl-wg@lists.ogf.org https://lists.ogf.org/mailman/listinfo/dfdl-wg
participants (2)
-
Mike Beckerle
-
Steve Hanson