[
https://issues.apache.org/jira/browse/DAFFODIL-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16233324#comment-16233324
]
Michael Beckerle edited comment on DAFFODIL-1734 at 3/1/18 4:34 PM:
--------------------------------------------------------------------
See DFDL-1781 which is about ASN.1 object identifiers which are an encoding
that would also use this mechanism.
was (Author: mbeckerle):
See DFDL-1781 which is a general extensibility ticket that subsumes this.
> base64 encoding and other preprocessing
> ---------------------------------------
>
> Key: DAFFODIL-1734
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1734
> Project: Daffodil
> Issue Type: New Feature
> Components: DFDL Language
> Reporter: Michael Beckerle
> Assignee: Michael Beckerle
> Priority: Major
> Fix For: 2.2.0
>
>
> Many formats have payloads that are embedded base64-encoded data.
> We need a DFDL language feature enabling us to specify that the underlying
> bytes of an element are base64 encoded. That is, the data stream is base64
> encoded, and must be decoded and then parsed, or unparsed and then encoded
> into base64 text.
> A similar preprocessing should handle compression, as formats like VMF
> (mil-std-6017) can have compressed payloads.
> In general, we should enable these pre-processing encoder/decoders to be
> pluggable so the set can be extended easily.
> This is a form of layering. If we consider just parsing for a moment, this
> enables one to define an element which is a byte-array or string, and then
> treat that as the input source for subsequent parsing without having to
> explicitly do a second pass of calling daffodil to parse the element. You can
> get Daffodil to do this second pass itself automatically.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)