You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/06/25 03:38:02 UTC

cvs commit: jakarta-avalon-excalibur/containerkit/src/doc example.xml

donaldp     2002/06/24 18:38:02

  Modified:    containerkit/src/doc example.xml
  Log:
  Fix up some DTD violations
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-avalon-excalibur/containerkit/src/doc/example.xml
  
  Index: example.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/src/doc/example.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- example.xml	23 Jun 2002 17:16:52 -0000	1.1
  +++ example.xml	25 Jun 2002 01:38:02 -0000	1.2
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="utf-8" ?>
   
  -<!DOCTYPE component-info PUBLIC "-//AVALON/Component Info DTD Version 1.0//EN" "http://home.osm.net/componentinfo.dtd" >
  +<!DOCTYPE component-info
  +      PUBLIC "-//AVALON/Component Info DTD Version 1.0//EN" "http://home.osm.net/componentinfo.dtd" >
   
   <!--
   Example of a component meta info external XML form. 
  @@ -61,7 +62,7 @@
       -->
   
       <entry key="base" type="java.io.File"/>
  -    <entry key="mode" optional="TRUE"/>
  +    <entry key="mode" type="java.lang.Object" optional="TRUE"/>
   
     </context>
   
  @@ -81,9 +82,8 @@
         version identifier qualifes the interface version.  The 
         default version value is 1.0.
         -->
  -
  -      <service type="SimpleService" version="3.2">
  -
  +      <service>
  +        <service-ref type="SimpleService" version="3.2"/>
           <attributes>
   
              <!--
  @@ -125,7 +125,7 @@
         and the version value where version defaults to 1.0 
         -->
   
  -      <service type="org.apache.cocoon.api.Transformer" version="1.1"/>
  +      <service-ref type="org.apache.cocoon.api.Transformer" version="1.1"/>
   
         <!-- the set of attributes associated with the dependecy -->
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>