Ignore:
Timestamp:
08/14/13 15:02:02 (11 years ago)
Author:
mwindhouwer
Message:

M urn.org.basex.rest/rest/query.dpml

  • can now also handle variables with XML values
  • looks in the BaseX result to see if there was an error message, if so turn that info an exception

M data*

  • use the sc prefix for the SCHEMAcat namespace everywhere

M urn.org.isocat.schemacat.access.data/test/testlist.xml

  • added tests for user data management

M urn.org.isocat.schemacat.access.data/access/user.dpml

  • EXISTS and SOURCE work with id or principal
  • NEW works
  • TODO: SINK

M urn.org.isocat.schemacat.access.data/debug

  • will contain debug output for test runs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/SCHEMAcat/trunk/data/schemata/AdelheidTag/index.schemacat

    r3005 r3379  
    11<?xml-model href=""?>
    2 <schema xmlns="http://www.isocat.org/ns/schemacat">
    3   <name>AdelheidTag</name>
    4   <version/>
    5   <status>production</status>
    6   <tag type="group">Adelheid</tag>
    7   <pid>hdl:1839/00-SCHM-0000-0000-0012-8</pid>
    8   <owner type="user" ref="u1"/>
    9   <files>
    10     <file type="main">
    11       <name>AdelheidTag.ebnf</name>
    12       <type ref="iso-ebnf"/>
    13     </file>
    14   </files>
    15 </schema>
     2<sc:schema xmlns:sc="http://www.isocat.org/ns/schemacat">
     3  <sc:name>AdelheidTag</sc:name>
     4  <sc:version/>
     5  <sc:status>production</sc:status>
     6  <sc:tag type="group">Adelheid</sc:tag>
     7  <sc:pid>hdl:1839/00-SCHM-0000-0000-0012-8</sc:pid>
     8  <sc:owner type="user" ref="u1"/>
     9  <sc:files>
     10    <sc:file type="main">
     11      <sc:name>AdelheidTag.ebnf</sc:name>
     12      <sc:type ref="iso-ebnf"/>
     13    </sc:file>
     14  </sc:files>
     15</sc:schema>
Note: See TracChangeset for help on using the changeset viewer.