Created
February 3, 2011 21:41
-
-
Save sfentress/810271 to your computer and use it in GitHub Desktop.
raw-otml-snippit.xml
This file contains 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
<OTCompoundDoc local_id='xhtml_2'> | |
<bodyText><p>trying to add a raw otml embeddable after this ...</p></bodyText> | |
</OTCompoundDoc> | |
<OTMySpecialObject local_id='raw_otml_1'> | |
... and other stuff an author might paste in | |
</OTMySpecialObject> | |
<OTCompoundDoc local_id='tab_content_page_2' name='1'> | |
<bodyText> | |
<div id='content'> | |
<p class='page_title'>section (1)</p> | |
<div class='element'> | |
<object refid='${xhtml_2}' /> | |
</div> | |
<div class='element'> | |
<object refid='${raw_otml_1}' /> | |
</div> | |
</div> | |
</bodyText> | |
</OTCompoundDoc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment