Hi,
I want to extract all the HTML content from a document that is finally rendered to the browser programmatically using the API. I use the
TreeNode.DocumentContent.EditableWebParts
to do this. This is fine and I can get the content. The problem is that there are some placeholders I'm not able to resolve, especially something like this:
{ ^youtubevideo|(width)640|(height)385|(rel)True|(loop)False|(autoplay)False|(url)http://www.youtube.com/watch?v=ASO_zypdnsQ|(fs)True^ }
(Please ignore the whitespace)
What can I do to get the resulting HTML code? Macro Resolver does not work for me.