You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "rthomas320 (via GitHub)" <gi...@apache.org> on 2023/04/24 14:39:50 UTC

[GitHub] [daffodil-vscode] rthomas320 opened a new issue, #588: Add missing dfdl:property element

rthomas320 opened a new issue, #588:
URL: https://github.com/apache/daffodil-vscode/issues/588

   Add missing dfdl:property element


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate closed issue #588: Add missing dfdl:property element

Posted by "scholarsmate (via GitHub)" <gi...@apache.org>.
scholarsmate closed issue #588: Add missing dfdl:property element
URL: https://github.com/apache/daffodil-vscode/issues/588


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] hdalsania commented on issue #588: Add missing dfdl:property element

Posted by "hdalsania (via GitHub)" <gi...@apache.org>.
hdalsania commented on issue #588:
URL: https://github.com/apache/daffodil-vscode/issues/588#issuecomment-1543933348

   dfdl specification section 6.2, table 2 describes dfdl:format and dfdl: property elements. 
   
   Here is the example, 
   
    <xs:annotation>
      <xs:appinfo source="http://www.ogf.org/dfdl/">
        <dfdl:format>
          <dfdl:property name='encoding'>utf-8</dfdl:property>
          <dfdl:property name='separator'>%NL;</dfdl:property>
        </dfdl:format>
      </xs:appinfo>
    </xs:annotation>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org