Changeset 0074f9d in indico


Ignore:
Timestamp:
03/23/11 17:33:20 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
v0.97-series
Children:
421fc7
Parents:
a7f492
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (03/18/11 11:52:14)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (03/23/11 17:33:20)
Message:

[FIX] Fix XSL validation error

Location:
indico/MaKaC/webinterface/stylesheets
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_contribution.xsl

    rbdd862 r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
     
    146146  </xsl:if> 
    147147  <xsl:value-of select="./@first" disable-output-escaping="yes"/> 
    148 </xsl:template>  
     148</xsl:template> 
    149149 
    150150</xsl:stylesheet> 
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_presentation.xsl

    rb31f6a r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_video_conference.xsl

    rca0e99 r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_video_contribution.xsl

    rca0e99 r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_video_session.xsl

    rca0e99 r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
  • indico/MaKaC/webinterface/stylesheets/cds_marcxml_video_subcontribution.xsl

    rca0e99 r0074f9d  
    2020--> 
    2121 
    22 <xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     22<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    2323 
    2424<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
Note: See TracChangeset for help on using the changeset viewer.