ovidiu      01/12/21 10:54:05

  Added:       scratchpad/schecoon/webapp user.roles
  Log:
  Added. Redefine the main sitemap manager to be the Scheme implementation.
  
  Revision  Changes    Path
  1.1                  xml-cocoon2/scratchpad/schecoon/webapp/user.roles
  
  Index: user.roles
  ===================================================================
  <?xml version="1.0"?> <!-- -*- sgml -*- -->
  <!DOCTYPE role-list [
  <!ELEMENT role-list (role+)> 
  <!ELEMENT role (hint*)>
  <!ELEMENT hint EMPTY>
  <!ATTLIST role name CDATA #REQUIRED
                 shorthand CDATA #REQUIRED
                 default-class CDATA #IMPLIED
  >
  <!ATTLIST hint shorthand CDATA #REQUIRED
                 class CDATA #REQUIRED
  >
  ]>
  
  <role-list>
  
    <role name="org.apache.cocoon.Processor"
        shorthand="sitemap"
        default-class="org.apache.cocoon.scheme.sitemap.SitemapManager"/>
  
  </role-list>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to