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/05/05 15:13:04 UTC

cvs commit: xml-forrest/src/resources/schema/dtd/v20a document-v20.mod

jefft       2003/05/05 06:13:04

  Modified:    src/resources/conf forrest.xmap
               src/resources/schema/dtd/v20a document-v20.mod
  Log:
  o Zap jump and fork, and rename link to a for better HTMLness.
  o Added a v20tov12.xsl stylesheet and forrest.xmap change to support v2.0 XML
    files
  
  Revision  Changes    Path
  1.15      +8 -1      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- forrest.xmap	27 Apr 2003 06:03:39 -0000	1.14
  +++ forrest.xmap	5 May 2003 13:13:04 -0000	1.15
  @@ -54,7 +54,10 @@
           <sourcetype name="howto-v12">
             <document-declaration public-id="-//APACHE//DTD How-to V1.2//EN" />
           </sourcetype>
  -         <sourcetype name="docbook-v4.2">
  +        <sourcetype name="document-v20a">
  +          <document-declaration public-id="-//APACHE//DTD Documentation V2.0a//EN" />
  +        </sourcetype>
  +        <sourcetype name="docbook-v4.2">
             <document-declaration public-id="-//OASIS//DTD DocBook XML V4.2//EN" />
           </sourcetype>
           <sourcetype name="sdocbook-v1.0">
  @@ -75,6 +78,10 @@
   
             <map:when test="document-v10">
               <map:transform src="resources/stylesheets/docv10todocv11.xsl" />
  +          </map:when>
  +
  +          <map:when test="document-v20a">
  +            <map:transform src="resources/stylesheets/docv20todocv12.xsl" />
             </map:when>
   
             <map:when test="howto-v10">
  
  
  
  1.2       +7 -6      xml-forrest/src/resources/schema/dtd/v20a/document-v20.mod
  
  Index: document-v20.mod
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/schema/dtd/v20a/document-v20.mod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document-v20.mod	5 May 2003 12:49:59 -0000	1.1
  +++ document-v20.mod	5 May 2003 13:13:04 -0000	1.2
  @@ -29,7 +29,8 @@
   
   CHANGE HISTORY:
   [Version 2.0a]
  -  20030505  Add a meta element to the header, for generic metadata (JT)
  +  20030505  Add a meta element to the header, for generic metadata
  +  20030505  Zap jump and fork, and rename 'link' to 'a' for better HTMLness
   
   
   COPYRIGHT:
  @@ -48,7 +49,7 @@
   <!-- Entities referred to later on are defined up front -->
   <!ENTITY % markup "strong|em|code|sub|sup">
   <!ENTITY % special-inline "br|img|icon|acronym">
  -<!ENTITY % links "link|jump|fork">
  +<!ENTITY % links "a">
   <!ENTITY % paragraphs "p|source|note|warning|fixme">
   <!ENTITY % tables "table">
   <!ENTITY % lists "ol|ul|dl">
  @@ -113,8 +114,7 @@
           Indicates that the element requires to have hyperlink attributes.
   ==================================================================== -->
   <!ENTITY % link.att 'href      CDATA             #REQUIRED
  -         role      CDATA                         #IMPLIED
  -         title     CDATA                         #IMPLIED '>
  +                     title     CDATA             #IMPLIED'>
   <!-- =============================================================== -->
   <!-- General definitions -->
   <!-- =============================================================== -->
  @@ -163,8 +163,9 @@
   <!-- Hypertextual Links -->
   <!-- ==================================================== -->
   <!-- hyperlink (equivalent of <a ...>) -->
  -<!ELEMENT link (%link-content.mix;)*>
  -<!ATTLIST link
  +<!-- http://www.w3.org/TR/xhtml2/mod-hypertext.html#s_hypertextmodule -->
  +<!ELEMENT a (%link-content.mix;)*>
  +<!ATTLIST a
     %common.att; 
     %link.att; 
   >
  
  
  

Re: cvs commit: xml-forrest/src/resources/schema/dtd/v20a document-v20.mod

Posted by Nicola Ken Barozzi <ni...@apache.org>.
jefft@apache.org wrote, On 05/05/2003 15.13:
> jefft       2003/05/05 06:13:04
> 
>   Modified:    src/resources/conf forrest.xmap
>                src/resources/schema/dtd/v20a document-v20.mod
>   Log:
>   o Zap jump and fork, and rename link to a for better HTMLness.
>   o Added a v20tov12.xsl stylesheet and forrest.xmap change to support v2.0 XML
>     files
+other commits

I'm not commenting much because you're doing good stuff all by yourself ;-)

Good job, Jeff, thanks :-)

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------