← Prev in month ← Prev in thread
Next in thread → Next in month →

XLIFF 2.0 Comments - 2.7 Extension exmples

From
Ryan King <>
Date
2013-05-29T06:47:23+00:00
ID
Thread
XLIFF 2.0 Comments - 2.7 Extension exmples
It may be helpful in this section to give an example of how metadata might be defined in a <metadata> element contrasted with the same metadata defined as attribute extensions and element extensions using a namespace.
 For example:

 

<mda:metadata>

  <metagroup category="Context">

    <meta type="control">button</meta>

  </metagroup>

</mda:metadata>

 

<ctx:context>

  <ctx:control>button</ctx:control>

</ctx:context>

 

<source ctx:category="context"  ctx:control="button">

 

Thanks,

Ryan
← Prev in month ← Prev in thread
Next in thread → Next in month →