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

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

cheche      2003/08/07 10:54:02

  Modified:    src/resources/conf dtd.xmap forrest.xmap issues.xmap
  Log:
  Transform idgen produces invalid document format. Idgen for html still works.
  
  Revision  Changes    Path
  1.10      +2 -3      xml-forrest/src/resources/conf/dtd.xmap
  
  Index: dtd.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/dtd.xmap,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- dtd.xmap	7 Aug 2003 14:09:00 -0000	1.9
  +++ dtd.xmap	7 Aug 2003 17:54:02 -0000	1.10
  @@ -30,8 +30,7 @@
           </map:generate>
           <map:transform src="resources/stylesheets/dtdx2flat.xsl" />
           <map:transform src="resources/stylesheets/flat2document.xsl" />
  -        <map:transform type="idgen" />
  -        <map:serialize type="xml"/>
  +        <map:serialize type="xml-document"/>
         </map:match>
   
       </map:pipeline>
  
  
  
  1.28      +1 -2      xml-forrest/src/resources/conf/forrest.xmap
  
  Index: forrest.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/forrest.xmap,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- forrest.xmap	7 Aug 2003 14:09:00 -0000	1.27
  +++ forrest.xmap	7 Aug 2003 17:54:02 -0000	1.28
  @@ -202,7 +202,6 @@
                 <map:transform src="resources/stylesheets/wiki2document.xsl">
                   <map:parameter name="name" value="{2}" />
                 </map:transform>
  -              <map:transform type="idgen" />
                 <map:serialize type="xml-document"/>
               </map:match>
             </map:when>
  
  
  
  1.9       +2 -3      xml-forrest/src/resources/conf/issues.xmap
  
  Index: issues.xmap
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/conf/issues.xmap,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- issues.xmap	7 Aug 2003 14:09:00 -0000	1.8
  +++ issues.xmap	7 Aug 2003 17:54:02 -0000	1.9
  @@ -25,8 +25,7 @@
         <map:match pattern="**.xml">
           <map:generate type="file" src="http://issues.cocoondev.org/jira/secure/IssueNavigator.jspa?pid=10000&amp;resolutionIds=-1&amp;view=rss&amp;reset=true" />
           <map:transform src="resources/stylesheets/rssissues2document.xsl" />
  -        <map:transform type="idgen" />
  -        <map:serialize type="xml"/>
  +        <map:serialize type="xml-document"/>
         </map:match>
   
       </map:pipeline>