Changeset 3643 for cats/shared


Ignore:
Timestamp:
09/30/13 14:38:24 (11 years ago)
Author:
andmor
Message:

Made compatible with new dpml module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/shared/urn.org.isocat.sloot/trunk/tools/pp-dpml.dpml

    r3427 r3643  
    3737        </if>
    3838        <!-- The DPML request handler can't take a variable for the verb -->
    39         <switch>
     39        <switch assignment="response">
    4040                <cond>
    4141                        <request>
     
    4848                </cond>
    4949                <then>
    50                         <request assignment="response">
     50                        <request>
    5151                                <verb>SOURCE</verb>
    5252                                <identifier>active:dpml</identifier>
     
    6565                </cond>
    6666                <then>
    67                         <request assignment="response">
     67                        <request>
    6868                                <verb>SINK</verb>
    6969                                <identifier>active:dpml</identifier>
     
    8282                </cond>
    8383                <then>
    84                         <request assignment="response">
     84                        <request>
    8585                                <verb>EXISTS</verb>
    8686                                <identifier>active:dpml</identifier>
     
    9999                </cond>
    100100                <then>
    101                         <request assignment="response">
     101                        <request>
    102102                                <verb>NEW</verb>
    103103                                <identifier>active:dpml</identifier>
     
    116116                </cond>
    117117                <then>
    118                         <request assignment="response">
     118                        <request>
    119119                                <verb>DELETE</verb>
    120120                                <identifier>active:dpml</identifier>
Note: See TracChangeset for help on using the changeset viewer.