Embedded content

Embedded content is content that uses a different syntax than the syntax specific to a certain file type. For example, some complex XML file may contain chunks of HTML content included inside a CDATA section.

Trados Studio uses different processors for handling embedded content than the processors used for handling the main content inside a file. This enables you to set different settings for extracting and displaying main and embedded content inside XML, XHTML, Java and Excel files.

Here is an example of embedded content:
<?xml version="1.0" encoding="UTF-8"?> 
<Data> 
<String translate="yes"> 
<![CDATA[ 
<b>SDL Trados Studio 2017</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>