Changeset 4570


Ignore:
Timestamp:
02/25/14 14:51:20 (10 years ago)
Author:
andmor
Message:

Name for the folder containing schema files is now the schema ID so it doesn't change when the user edits the schema name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.interface.rest/interface/schemaFile.dpml

    r4435 r4570  
    106106                                <argument name="operand">this:schema-metadata</argument>
    107107                                <argument name="operator">
    108                                     <literal type="string">
    109                                         if (/sc:schema/sc:version/text() != '')
    110                                             then
    111                                                 concat(/sc:schema/sc:name/text(), '-', /sc:schema/sc:version/text())
    112                                             else
    113                                                 /sc:schema/sc:name/text()
    114                                     </literal>
     108                                    <literal type="string">string(/sc:schema/@xml:id)</literal>
    115109                                </argument>
    116110                            </request>
Note: See TracChangeset for help on using the changeset viewer.