You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Steve Masover (JIRA)" <ji...@apache.org> on 2006/03/08 01:47:38 UTC

[jira] Created: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

HowTo DTD 2.0 <a> elements not transformed correctly
----------------------------------------------------

         Key: FOR-824
         URL: http://issues.apache.org/jira/browse/FOR-824
     Project: Forrest
        Type: Bug
  Components: Skins (general issues)  
    Versions: 0.7    
    Reporter: Steve Masover
    Priority: Minor


The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-824?page=all ]

David Crossley updated FOR-824:
-------------------------------

    Other Info: [Patch available]

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug
>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-824?page=all ]

David Crossley updated FOR-824:
-------------------------------

    Version: 0.8-dev

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug

>   Components: Skins (general issues)
>     Versions: 0.7, 0.8-dev
>     Reporter: Steve Masover
>     Assignee: David Crossley
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "Steve Masover (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-824?page=comments#action_12369338 ] 

Steve Masover commented on FOR-824:
-----------------------------------

howto2document.xsl should include this template, as does docv20todocv13.xsl:

  <xsl:template match="a">
    <link>
      <xsl:apply-templates select="@*"/>
      <xsl:apply-templates select="node()"/>
    </link>
  </xsl:template>

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug
>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-824?page=comments#action_12369360 ] 

David Crossley commented on FOR-824:
------------------------------------

We use the howto-v20 for the Forrest website and its <a> elements are transformed properly.

Perhaps you are trying to fix some other issue. Please describe your problem, preferably on the mailing list.

The howto2document.xsl does not need to handle the <a> elements. They are dealt with later in the processing by docv20todocv13.xsl which converts to Forrest's internal format (currently document-v13 later will be xhtml2).

Would you please explain what you mean by "howto dtd version number was not changed".


> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug
>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-824?page=comments#action_12369583 ] 

David Crossley commented on FOR-824:
------------------------------------

See discussion in http://marc.theaimsgroup.com/?t=114185209100002

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug
>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "Steve Masover (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-824?page=comments#action_12369341 ] 

Steve Masover commented on FOR-824:
-----------------------------------

The howto-v20 in forrest v 0.6 continued to allow fork, link, and jump elements; though document-v2.0 in v 0.6 had changed to use <a> elements with appropriate class attributes, e.g.: <a class="fork" ...>.  In forrest v 0.7, howto-v20 dtd was made to conform to the <a> element link style of document-v2.0 (though the howto dtd version number was not changed).  it appears that the stylesheet howto2document.xsl was not updated to reflect this change prior to release of forrest 0.7.

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug
>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-824?page=all ]

David Crossley reassigned FOR-824:
----------------------------------

    Assign To: David Crossley

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug

>   Components: Skins (general issues)
>     Versions: 0.7
>     Reporter: Steve Masover
>     Assignee: David Crossley
>     Priority: Minor

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (FOR-824) HowTo DTD 2.0 elements not transformed correctly

Posted by "David Crossley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-824?page=all ]
     
David Crossley closed FOR-824:
------------------------------

    Fix Version: 0.8-dev
                 0.7
     Resolution: Fixed

Thanks Steve. I added a fix to both 0.8-dev trunk and to 0.7 branch, to transform howto-v20 to the current internal format document-v13.

> HowTo DTD 2.0 <a> elements not transformed correctly
> ----------------------------------------------------
>
>          Key: FOR-824
>          URL: http://issues.apache.org/jira/browse/FOR-824
>      Project: Forrest
>         Type: Bug

>   Components: Skins (general issues)
>     Versions: 0.7, 0.8-dev
>     Reporter: Steve Masover
>     Assignee: David Crossley
>     Priority: Minor
>      Fix For: 0.7, 0.8-dev

>
> The v0.7 howto2document.xsl in $FORREST_HOME/main/webapp/resources/stylesheets does not process a HowTo DTD 2.0 <a> section correctly. Transformation to document v1.3 should transform <a> to <link>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira