You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Dave Thompson (Jira)" <ji...@apache.org> on 2020/11/20 14:24:00 UTC

[jira] [Closed] (DAFFODIL-2322) dfdl:textBidi property errors when used in attribute form

     [ https://issues.apache.org/jira/browse/DAFFODIL-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Thompson closed DAFFODIL-2322.
-----------------------------------

Verified the specified commit (commit 0adb436a4c1957d44b96daaba1d2aac9bc53a935) is included in the latest pull from the incubator-daffodil repository.

Verified the all incubator-daffodil sbt test suites execute successfully including the added tests.

Verified the nightly test schemas compile and save successfully.

Verified the nightly test suite executes successfully.

> dfdl:textBidi property errors when used in attribute form
> ---------------------------------------------------------
>
>                 Key: DAFFODIL-2322
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2322
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Front End
>    Affects Versions: 2.6.0
>            Reporter: Steve Lawrence
>            Assignee: Rick
>            Priority: Minor
>              Labels: beginner
>             Fix For: 3.0.0
>
>
> The following should work:
> {code:xml}
> <xs:element name="foo" type="xs:string" dfdl:textBidi="no" />
> {code}
> But currentl throws the following error:
> {code}
> Attribute 'dfdl:textBidi' is not allowed to appear in element 'xs:element'.
> {code}
> Specifying the property in element form or short form works, it appears to only be attribute form that is broken.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)