Example of Embedded content
Embedded content is content that uses a different syntax than the syntax specific to a certain type of file. For example, some complex XML file may contain chunks of HTML content included inside a CDATA section.
SDL Trados Studio uses different processors for handling embedded content than the processors used for handling the main content inside a document. This enables you to set different settings for extracting and displaying main and embedded content inside XML, XHTML, Java and Excel documents.
<?xml version="1.0" encoding="UTF-8"?>
<Data>
<String translate="yes">
<![CDATA[
<b>SDL Trados Studio 2015</b> combines
decades of translation technology experience and over $100
million invested into research and development to bring you the most innovative
and <span class="highlight">revolutionary
software</span> on the market.
]]>
</String>
</Data>