Changeset 4438


Ignore:
Timestamp:
02/05/14 10:18:11 (10 years ago)
Author:
andmor
Message:

Added resource to escape javascript reserved characters from a string.
Added resource to escape XQuery reserved characters for our XQuery wrappers: sloot.xquery and org.basex.query

Location:
cats/shared/urn.org.isocat.sloot/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • cats/shared/urn.org.isocat.sloot/trunk/module.xml

    r3718 r4438  
    6565               <grammar>
    6666                  <active>
    67                      <identifier>active:sloot.xquery.escape</identifier>
     67                     <identifier>active:sloot.xquery-wrapers.escape</identifier>
    6868                  </active>
    6969               </grammar>
    7070               <request>
    71                   <identifier>res:/tools/escape-xquery.xsl</identifier>
     71                  <identifier>res:/tools/escape-xquery-wrapers.xsl</identifier>
     72               </request>
     73            </endpoint>
     74            <endpoint>
     75               <grammar>
     76                  <active>
     77                     <identifier>active:sloot.javascript.escape</identifier>
     78                  </active>
     79               </grammar>
     80               <request>
     81                  <identifier>res:/tools/escapeJS.xsl</identifier>
    7282               </request>
    7383            </endpoint>
Note: See TracChangeset for help on using the changeset viewer.