Project

General

Profile

XML message with embedded XML formatted text

Added by Legay Eric over 13 years ago

Anyone have an idea about the way to do it cleanly ?

The idea is to authorize to have message like this :

<result type="BLABLABLA">Message</result>

With Message who can be standard string, or XML formatted message.

For the moment, as we are not able to parse the main message without the internal one, we added a "trick", we don't parse the message at all.

See between source:Trunk/Types/sax-readers-result.adb#L230 and source:Trunk/Types/sax-readers-result.adb#L234