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/26 14:19:06 UTC

[GitHub] [daffodil-vscode] rthomas320 opened a new issue, #591: Add missing escapeScheme element and attributes

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

   The dfdl:escapeTheme element is missing along with the following attributes:
   dfdl:escapeKind
   dfdl:escapeCharacter
   dfdl:escapeBlockStart
   dfdl:escapeBlockEnd
   dfdl:escapeEscapeCharacter
   dfdl:extraEscapedCharacters
   dfdl:generateEscapeBlock
   dfdl:escapeCharacterPolicy


-- 
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 #591: Add missing escapeScheme element and attributes

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


-- 
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] scholarsmate closed issue #591: Add missing escapeScheme element and attributes

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


-- 
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 #591: Add missing escapeScheme element and attributes

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

   dfdl specification section 6.2, table 2 describes dfdl:defineEscapeScheme and dfdl: escapeScheme elements.
   
   Here is the example,
   
   <xs:annotation>
      <xs:appinfo source="http://www.ogf.org/dfdl/">
        <dfdl:defineEscapeScheme name="myEscapeScheme">
          <dfdl:escapeScheme escapeKind="escapeCharacter" escapeCharacter='/' />    
        </dfdl:defineEscapeScheme>
      </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