cziegeler    01/11/21 04:49:40

  Modified:    documentation/xdocs/userdocs/serializers svg-serializer.xml
               documentation/xdocs/userdocs/xsp logicsheet-concepts.xml
                        logicsheet.xml xsp-internals.xml
               webapp/docs/samples/slides clean-page.xml ldap.xml
                        lib-page.xml page.xml
               webapp/i18n/translations simple_dict.xml
               webapp/stylesheets/slides slides-navigation.xsl
  Log:
  Removed reference to text/xsl and old processing instructions from c1
  
  Revision  Changes    Path
  1.3       +0 -1      
xml-cocoon2/documentation/xdocs/userdocs/serializers/svg-serializer.xml
  
  Index: svg-serializer.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/documentation/xdocs/userdocs/serializers/svg-serializer.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- svg-serializer.xml        2001/10/25 07:49:14     1.2
  +++ svg-serializer.xml        2001/11/21 12:49:39     1.3
  @@ -1,6 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
"../../dtd/document-v10.dtd">
  -<?xml-stylesheet href="document2html.xsl" type="text/xsl"?>
   
   <document>
        <header>
  
  
  
  1.3       +0 -1      
xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet-concepts.xml
  
  Index: logicsheet-concepts.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet-concepts.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logicsheet-concepts.xml   2001/10/25 14:58:43     1.2
  +++ logicsheet-concepts.xml   2001/11/21 12:49:39     1.3
  @@ -1,6 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
"../../dtd/document-v10.dtd">
  -<?xml-stylesheet href="document2html.xsl" type="text/xsl"?>
   
   <document>
    <header>
  
  
  
  1.3       +0 -12     xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet.xml
  
  Index: logicsheet.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/xsp/logicsheet.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logicsheet.xml    2001/10/25 14:58:43     1.2
  +++ logicsheet.xml    2001/11/21 12:49:39     1.3
  @@ -66,9 +66,6 @@
   <![CDATA[
   <?xml version="1.0"?>
   
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet type="text/xsl" href="greeting.xsl"?>
  -
   <greeting>Hello, world!</greeting>
   ]]></source>
   
  @@ -113,10 +110,6 @@
   <![CDATA[
   <?xml version="1.0"?>
   
  -<?cocoon-process type="xsp"?>
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet type="text/xsl" href="greeting.xsl"?>
  -
   <xsp:page
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
   >
  @@ -144,11 +137,6 @@
   <strong>greeting3.xml</strong>
   <![CDATA[
   <?xml version="1.0"?>
  -
  -<?cocoon-process type="xsp"?>
  -<?xml-logicsheet href="logicsheet.greeting.xsl"?>
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet type="text/xsl" href="greeting.xsl"?>
   
   <xsp:page
     xmlns:xsp="http://www.apache.org/1999/XSP/Core";
  
  
  
  1.5       +0 -1      xml-cocoon2/documentation/xdocs/userdocs/xsp/xsp-internals.xml
  
  Index: xsp-internals.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/xsp/xsp-internals.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xsp-internals.xml 2001/11/20 08:09:08     1.4
  +++ xsp-internals.xml 2001/11/21 12:49:39     1.5
  @@ -1,6 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" 
"../../dtd/document-v10.dtd">
  -<?xml-stylesheet href="document2html.xsl" type="text/xsl"?>
   
   <document>
    <header>
  
  
  
  1.2       +1 -4      xml-cocoon2/webapp/docs/samples/slides/clean-page.xml
  
  Index: clean-page.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/docs/samples/slides/clean-page.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- clean-page.xml    2001/05/09 20:50:16     1.1
  +++ clean-page.xml    2001/11/21 12:49:40     1.2
  @@ -1,10 +1,7 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "[EMAIL PROTECTED]" -->
  -<!-- Version: $Id: clean-page.xml,v 1.1 2001/05/09 20:50:16 giacomo Exp $ -->
  -
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet href="page-xsp.xsl" type="text/xsl"?>
  +<!-- Version: $Id: clean-page.xml,v 1.2 2001/11/21 12:49:40 cziegeler Exp $ -->
   
   <page>
    <title>First XSP Page</title>
  
  
  
  1.2       +0 -5      xml-cocoon2/webapp/docs/samples/slides/ldap.xml
  
  Index: ldap.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/docs/samples/slides/ldap.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ldap.xml  2001/05/09 20:50:16     1.1
  +++ ldap.xml  2001/11/21 12:49:40     1.2
  @@ -1,10 +1,5 @@
   <?xml version="1.0"?>
   
  -<?xml-stylesheet href="ldap1.xsl" type="text/xsl"?>
  -
  -<?cocoon-process type="ldap"?>
  -<?cocoon-process type="xslt"?>
  -
   <page>
   
    <ldap-defs>
  
  
  
  1.2       +1 -5      xml-cocoon2/webapp/docs/samples/slides/lib-page.xml
  
  Index: lib-page.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/docs/samples/slides/lib-page.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lib-page.xml      2001/05/09 20:50:16     1.1
  +++ lib-page.xml      2001/11/21 12:49:40     1.2
  @@ -1,12 +1,8 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "[EMAIL PROTECTED]" -->
  -<!-- Version: $Id: lib-page.xml,v 1.1 2001/05/09 20:50:16 giacomo Exp $ -->
  +<!-- Version: $Id: lib-page.xml,v 1.2 2001/11/21 12:49:40 cziegeler Exp $ -->
   
  -<?cocoon-process type="xsp"?>
  -
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet href="page-html.xsl" type="text/xsl"?>
   
   <xsp:page
     language="java"
  
  
  
  1.2       +1 -5      xml-cocoon2/webapp/docs/samples/slides/page.xml
  
  Index: page.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/docs/samples/slides/page.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- page.xml  2001/05/09 20:50:16     1.1
  +++ page.xml  2001/11/21 12:49:40     1.2
  @@ -1,11 +1,7 @@
   <?xml version="1.0"?>
   
   <!-- Author: Stefano Mazzocchi "[EMAIL PROTECTED]" -->
  -<!-- Version: $Id: page.xml,v 1.1 2001/05/09 20:50:16 giacomo Exp $ -->
  -
  -<?cocoon-process type="xsp"?>
  -<?cocoon-process type="xslt"?>
  -<?xml-stylesheet href="page-html.xsl" type="text/xsl"?>
  +<!-- Version: $Id: page.xml,v 1.2 2001/11/21 12:49:40 cziegeler Exp $ -->
   
   <xsp:page 
     language="java" 
  
  
  
  1.6       +0 -1      xml-cocoon2/webapp/i18n/translations/simple_dict.xml
  
  Index: simple_dict.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/i18n/translations/simple_dict.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- simple_dict.xml   2001/06/15 15:01:17     1.5
  +++ simple_dict.xml   2001/11/21 12:49:40     1.6
  @@ -1,5 +1,4 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<?xml-stylesheet type="text/xsl" href="merge.xsl"?>
   <translations>
        <!-- 
        Languages:
  
  
  
  1.2       +0 -3      xml-cocoon2/webapp/stylesheets/slides/slides-navigation.xsl
  
  Index: slides-navigation.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/slides/slides-navigation.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- slides-navigation.xsl     2001/05/09 20:50:12     1.1
  +++ slides-navigation.xsl     2001/11/21 12:49:40     1.2
  @@ -7,9 +7,6 @@
   
     <xsl:template match="slides">
   
  -   <xsl:processing-instruction 
name="cocoon-process">type="xslt"</xsl:processing-instruction>
  -   <xsl:processing-instruction name="xml-stylesheet">href="<xsl:value-of 
select="@style"/>.xsl" type="text/xsl"</xsl:processing-instruction>
  -
      <slide style="{@style}">
        <xsl:if test="not($section)">
          <title>
  
  
  

----------------------------------------------------------------------
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