You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/27 19:51:28 UTC

[jira] Created: (MPXDOC-111)
is transformed into

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-111

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-111
    Summary: <br/> is transformed into <br></br>
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin

   Assignee: Jason van Zyl
   Reporter: Carlos Sanchez

    Created: Sun, 27 Jun 2004 1:49 PM
    Updated: Sun, 27 Jun 2004 1:49 PM

Description:
This causes two line breaks (at least in IE 6)

For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)

    <section name="Installing">
      <p>
        To install or update the plugin do the following:<br/>
        <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
      </p>
    </section>

is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)

    <div class="section">
      <a name="Installing"></a><h2>Installing</h2>
      <p>
        To install or update the plugin do the following:<br></br>
        <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
      </p>
    </div>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by Lukas Theussl <th...@triumf.ca>.
>It's an IE issue only, I don't know how difficult can be to generate collapsed tags when content it's empty
>
>  
>
I don't know either.  In any case, I consider this clearly a bug of IE 
(I can see that <br> and <br/> each render a newline, but </br> alone?), 
so the question is: should we care. I'd vote for closing the issue.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-111)
is transformed into

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45519 ] 

Carlos Sanchez commented on MPXDOC-111:
---------------------------------------

It's an IE issue only, I don't know how difficult can be to generate collapsed tags when content it's empty

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Brett Porter <br...@apache.org> writes:

>1) we need to accommodate IE bugs, as much as it sucks, so that it
>doesn't harm our users.

+1. I wholeheartedly agree.

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by Brett Porter <br...@apache.org>.
Please read my comment though.

1) we need to accommodate IE bugs, as much as it sucks, so that it
doesn't harm our users.
2) this is a bit of a pain using JSL, so let's focus further effort on
getting the m2 technology into m1

- Brett

Lukas Theussl wrote:

>
>> the alternative syntax <br></br> allowed by XML gives
>> uncertain results in many existing user agents.
>>  
>>
> So we are back at my point that it's an IE bug :-) .
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by Lukas Theussl <th...@triumf.ca>.
>the alternative syntax <br></br> allowed by XML gives
>uncertain results in many existing user agents.
>  
>
So we are back at my point that it's an IE bug :-) .

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by Fabrizio Giustina <fg...@gmail.com>.
On 8/31/05, Lukas Theussl <th...@triumf.ca> wrote:
> 
> >the "two line break" visualization it's surely an IE issue but note that <br/> and <br></br> are not equivalent, br must be collapsed in html.
> >
> They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are
> not equivalent in HTML 4. Maven generated sites are XHTML 1.0.
> 
> [1] http://www.w3.org/TR/xhtml1/

Yes, <br></br> SHOULD be equivalent to <br/> since xhtml should be
treated as xml, but if you look at Section C (HTML Compatibility
Guidelines):
C.2 [...] Also, use the minimized tag syntax for empty elements, e.g.
<br />, as the alternative syntax <br></br> allowed by XML gives
uncertain results in many existing user agents.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Commented: (MPXDOC-111)
is transformed into

Posted by Lukas Theussl <th...@triumf.ca>.
>the "two line break" visualization it's surely an IE issue but note that <br/> and <br></br> are not equivalent, br must be collapsed in html.
>  
>
They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are 
not equivalent in HTML 4. Maven generated sites are XHTML 1.0.

[1] http://www.w3.org/TR/xhtml1/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-111)
is transformed into

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45537 ] 

fabrizio giustina commented on MPXDOC-111:
------------------------------------------

the "two line break" visualization it's surely an IE issue but note that <br/> and <br></br> are not equivalent, br must be collapsed in html.

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-111)
is transformed into

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45586 ] 

Lukas Theussl commented on MPXDOC-111:
--------------------------------------

The expanding of empty elements is a dom4j issue, I have opened a bug report there. I don't think there is much to do here...

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-111)
is transformed into

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45538 ] 

Brett Porter commented on MPXDOC-111:
-------------------------------------

I agree we should bew acommodating IE quirks where possible, but I don't want to invest effort in grappling with jsl at this point. Let's try and get to an m2-technology-based maven1 xdoc plugin as soon as possible...

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPXDOC-111)
is transformed into

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-111?page=all ]

Arnaud Heritier updated MPXDOC-111:
-----------------------------------

    Assign To:     (was: Arnaud Heritier)

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-111)
is transformed into

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45513 ] 

Lukas Theussl commented on MPXDOC-111:
--------------------------------------

I don't see that in Mozilla nor in Konqueror so I assume it's an IE issue. In any case, <br/> and <br></br> are equivalent. Maybe somebody using IE can confirm that so we can close this issue.

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         Type: Bug
>     Reporter: Carlos Sanchez

>
>
> This causes two line breaks (at least in IE 6)
> For example (at http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org