Ignore:
Timestamp:
02/24/13 08:41:45 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-access-data/dbx/DCIF.xml

  • added @isocat:isa

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

  • visualize the is-a hierarchy

M mod-ISOcat-interface-rest/interface/help.html
M mod-ISOcat-interface-rest/interface/services.wadl
M mod-ISOcat-interface-rest/interface/dc.acc
M mod-ISOcat-interface-rest/interface/lock.acc
M mod-ISOcat-interface-rest/representations/dcs2/handle.acc
M mod-ISOcat-interface-rest/representations/dcs2/determine.acc
M mod-ISOcat-interface-rest/representations/dcs2/representations.xml

  • changed application/dcif+xml to application/x-dcif+xml
  • still accept application/dcif+xml in content negotiation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/interface/dc.acc

    r2029 r2612  
    212212                                </cond>
    213213                                <then>
     214                                        <accessor-debug>
     215                                                <instr>
     216                                                        <type>log</type>
     217                                                        <operand>var:Accept</operand>
     218                                                </instr>
     219                                        </accessor-debug>
    214220                                        <instr>
    215221                                                <type>sloot.mimeparse</type>
    216222                                                <accept>var:Accept</accept>
    217                                                 <types>dcif:application/dcif+xml rdf:application/rdf+xml html:text/html</types>
     223                                                <types>dcif:application/x-dcif+xml rdf:application/rdf+xml html:text/html dcif:application/dcif+xml</types>
    218224                                                <target>var:representation</target>
    219225                                        </instr>
     226                                        <accessor-debug>
     227                                                <instr>
     228                                                        <type>log</type>
     229                                                        <operand>var:representation</operand>
     230                                                </instr>
     231                                        </accessor-debug>
    220232                                </then>
    221233                        </if>
     
    581593                                                <operator>
    582594                                                        <cast>
    583                                                                 <mimetype>application/dcif+xml</mimetype>
     595                                                                <mimetype>application/x-dcif+xml</mimetype>
    584596                                                        </cast>
    585597                                                </operator>
Note: See TracChangeset for help on using the changeset viewer.