All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.xslt.opf-to-html-metadata.xsl Maven / Gradle / Ivy

There is a newer version: 2.2.7
Show newest version



    

    

    
        

            

            
                <xsl:for-each select="dc:title[1]">
                    <xsl:copy-of select="@scheme|@http-equiv|@lang|@dir"/>
                    <xsl:if test="@xml:lang">
                        <xsl:attribute name="lang" select="@xml:lang"/>
                    </xsl:if>
                    <xsl:copy-of select="normalize-space(.)"/>
                </xsl:for-each>
            

            

            
                
                    
                    
                        
                    
                
            

            
                
                
                
                    
                    
                        
                    
                
            

            
        
    






© 2015 - 2024 Weber Informatics LLC | Privacy Policy