finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

MessageML tag accepts xmlns attribute #321

Closed thibauult closed 2 years ago

thibauult commented 2 years ago

As a future potential improvement, we'd introduce a XML Schema for MessageML format. We would then need to accept messages like:

<messageML xmlns="https://finos.org/messageml">
  <h1>Hello, World!</h1>
</messageML>

Here we make sure that we at least support the xmlns attribute as earlier as possible, waiting for all Agents to be updated until we really release MessageML XML Schema.