Created
August 4, 2010 22:53
-
-
Save knowuh/508938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(in the static otml as delivered) | |
... (entities &etc.) | |
<otrunk id='0009494c-c1e7-11de-9d10-001ec94098a1'> | |
... (imports &etc. ) | |
... | |
<OTCompoundDoc local_id='conditional_richtext'> | |
<bodyText> | |
<h4> this text will be replace </h4> | |
</bodyText> | |
</OTCompoundDoc> | |
(in the dynamic otml as delivered) | |
<overlays> | |
<OTOverlay> | |
<deltaObjectMap> | |
<entry key="0009494c-c1e7-11de-9d10-001ec94098a1!/conditional_richtext"> | |
<OTCompoundDoc> | |
<bodyText> | |
<h4 class="warning">TESTING</h4> | |
</bodyText> | |
</OTCompoundDoc> | |
</entry> | |
</deltaObjectMap> | |
</OTOverlay> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment