Currently, there is no defined processing model for AS2, so encountering an AS2 document doesn't imply anything should be done with the AS2 document.
Compare to HTML, which defines a Document Object Model (DOM) such that you can parse an HTML document as a tree of nodes. HTML elements may carry additional processing models, like images, tables, forms, etc.
We should probably have some kind of idea what people are expected to do with AS2 documents, right? In other words, why would someone use AS2 documents?
Some examples of related issues:
We don't have to get too deep into what processors can do with AS2 documents, but it would be great to have at least a baseline / reference model, and maybe some guidance on how to extend or profile that processing model.
Currently, there is no defined processing model for AS2, so encountering an AS2 document doesn't imply anything should be done with the AS2 document.
Compare to HTML, which defines a Document Object Model (DOM) such that you can parse an HTML document as a tree of nodes. HTML elements may carry additional processing models, like images, tables, forms, etc.
We should probably have some kind of idea what people are expected to do with AS2 documents, right? In other words, why would someone use AS2 documents?
Some examples of related issues:
@context#700 -- the processing model would describe how to inject a@context.We don't have to get too deep into what processors can do with AS2 documents, but it would be great to have at least a baseline / reference model, and maybe some guidance on how to extend or profile that processing model.