Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titlePresentationML
<div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="gbp">
        <b>Cable: 1.47<<b>UK Pounds Sterling</b>
    </div>
</div>


Code Block
languagejs
titleEntityJSON
{
	"gbp":
	{
		"type":		"org.symphonyoss.fin.ccy.id.iso4217",
		"value":	"GBP"
	}
}

...