<!--

# =============================================================================

# Copyright © 2016 Typéfi Systems. All rights reserved.

#

# Unless required by applicable law or agreed to in writing, software

# is distributed on an "as is" basis, without warranties or conditions of any

# kind, either express or implied.

# =============================================================================

-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tps="http://www.typefi.com/ContentXML" xmlns:xd="http://www.pnp-software.com/XSLTdoc" version="2.0" exclude-result-prefixes="#all">





    
    <xd:doc type="stylesheet">

        
<xd:short>

            Handles miscellaneous elements that cannot be attributed to other modules.

        
</xd:short>

        
<xd:cvsId>   $Revision$</xd:cvsId>

    
</xd:doc>






    
<!-- JATSCORE-5 : Encode '&lt;' and '&gt;' in URLs -->

    
<xsl:template match="ext-link">       

        

        
<tps:link ref="{tps:encode-gt-lt-url(@xlink:href)}">

            
<xsl:apply-templates />

        
</tps:link>

        

    
</xsl:template>

    

    



</xsl:stylesheet>













































































v