You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/03/02 17:18:08 UTC

cvs commit: xml-forrest/src/resources/conf sitemap.xmap

jefft       2003/03/02 08:18:08

  Modified:    src/resources/conf sitemap.xmap
  Log:
  idgen should happen on doc-v11, not any other format
  
  Revision  Changes    Path
  1.71      +1 -1      xml-forrest/src/resources/conf/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/sitemap.xmap,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- sitemap.xmap	17 Feb 2003 00:10:44 -0000	1.70
  +++ sitemap.xmap	2 Mar 2003 16:18:08 -0000	1.71
  @@ -205,7 +205,6 @@
         <map:resource name="transform-to-document">
            <map:transform type="xinclude" />
            <map:transform type="linkrewriter" src="{linkmap}" />
  -         <map:transform type="idgen" />
            <map:act type="sourcetype" src="{src}">
               <map:select type="parameter">
                  <map:parameter name="parameter-selector-test" value="{sourcetype}" />
  @@ -225,6 +224,7 @@
                  <map:otherwise />
               </map:select>
            </map:act>
  +         <map:transform type="idgen" />
         </map:resource>
      </map:resources>