Changeset 5878 for cats


Ignore:
Timestamp:
12/02/14 08:20:23 (9 years ago)
Author:
Menzo Windhouwer
Message:

M mod-ISOcat-manage-system/manage/dump.acc

  • added dump of the info files
  • UTF-8 instead of utf-8

M mod-ISOcat-interface-rest/representations/dcs2/html.xsl

  • fixed link
Location:
cats/ISOcat/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/representations/dcs2/html.xsl

    r5364 r5878  
    264264            <xsl:text>License: </xsl:text>
    265265            <xsl:text>This work by </xsl:text>
    266             <a xmlns:cc="http://creativecommons.org/ns#" href="{dcif:dataCategory/@pid}" property="cc:attributionName" rel="cc:attributionURL">
     266            <a xmlns:cc="http://creativecommons.org/ns#" href="{@pid}" property="cc:attributionName" rel="cc:attributionURL">
    267267                <xsl:value-of select="@pid"/>
    268268            </a>
  • cats/ISOcat/trunk/mod-ISOcat-manage-system/manage/dump.acc

    r5870 r5878  
    118118                                                        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    119119                                                        version="2.0">
    120                                                         <xsl:output method="xml" encoding="utf-8"/>
     120                                                        <xsl:output method="xml" encoding="UTF-8"/>
    121121                                                       
    122122                                                        <xsl:template match="@*|node()">
     
    330330                                                        xpath-default-namespace="http://www.w3.org/1999/xhtml"
    331331                                                        xmlns="http://www.w3.org/1999/xhtml">
    332                                                         <xsl:output method="xml" encoding="utf-8"/>
     332                                                        <xsl:output method="xml" encoding="UTF-8"/>
    333333                                                       
    334334                                                        <xsl:template match="@*|node()">
     
    441441                                                        xpath-default-namespace="http://www.w3.org/1999/xhtml"
    442442                                                        xmlns="http://www.w3.org/1999/xhtml">
    443                                                         <xsl:output method="xml" encoding="utf-8"/>
     443                                                        <xsl:output method="xml" encoding="UTF-8"/>
    444444                                                       
    445445                                                        <xsl:template match="@*|node()">
     
    546546                                        <target>file://{string($dir)}/12620/schemas/{string($schema)}{$ext}</target>
    547547                                </instr>
     548                                }
     549                        </idoc>
     550                </operator>
     551                <dir>var:dir</dir>
     552                <target>var:dpml</target>
     553        </instr>
     554        <accessor-debug>
     555                <instr>
     556                        <type>log</type>
     557                        <operand>var:dpml</operand>
     558                </instr>
     559        </accessor-debug>
     560        <instr>
     561                <type>dpml</type>
     562                <operand>var:dpml</operand>
     563                <target>var:void</target>
     564        </instr>
     565        <instr>
     566                <type>sloot.xquery</type>
     567                <operator>
     568                        <idoc>
     569                                {
     570                                for $info in ('languages','profiles','data-types','rule-types') return
     571                                        <instr>
     572                                                <type>copy</type>
     573                                                <operand>ffcpl:/isocat/rest/info/{string($info)}.xml</operand>
     574                                                <target>file://{string($dir)}/rest/info/{string($info)}.xml</target>
     575                                        </instr>
    548576                                }
    549577                        </idoc>
Note: See TracChangeset for help on using the changeset viewer.