Skip to content

Commit

Permalink
Enhanced Avid marker export
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed May 19, 2020
1 parent 1903e2a commit 9f2a080
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ptulsconv/xslt/AvidMarkers.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@
<AvProp id="ATTR" name="OMFI:ATTB:Kind" type="int32">2</AvProp>
<AvProp id="ATTR" name="OMFI:ATTB:Name" type="string">_ATN_CRM_COM</AvProp>
<AvProp id="ATTR" name="OMFI:ATTB:StringAttribute" type="string">
<xsl:value-of select="concat(fmp:COL[15]/fmp:DATA, ': ', fmp:COL[21]/fmp:DATA)"/>
[Reason: <xsl:value-of select="fmp:COL[18]/fmp:DATA" />]</AvProp>
<xsl:value-of select="concat('(',fmp:COL[14]/fmp:DATA,') ',fmp:COL[15]/fmp:DATA, ': ', fmp:COL[21]/fmp:DATA, ' ')"/>
<xsl:choose>
<xsl:when test="fmp:COL[18]/fmp:DATA != ''">[Reason: <xsl:value-of select="fmp:COL[18]/fmp:DATA" />]
</xsl:when>
<xsl:otherwise> </xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="fmp:COL[23]/fmp:DATA != ''">[Note: <xsl:value-of select="fmp:COL[23]/fmp:DATA" />]</xsl:when>
</xsl:choose>
</AvProp>
</ListElem>
<ListElem>
<AvProp id="ATTR" name="OMFI:ATTB:Kind" type="int32">2</AvProp>
Expand Down

0 comments on commit 9f2a080

Please sign in to comment.