[jira] [Updated] (DOXIA-574) XHTML: div tags filtered in the output

2019-12-20 Thread Elliotte Rusty Harold (Jira)


 [ 
https://issues.apache.org/jira/browse/DOXIA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elliotte Rusty Harold updated DOXIA-574:

Priority: Minor  (was: Major)

> XHTML: div tags filtered in the output
> --
>
> Key: DOXIA-574
> URL: https://issues.apache.org/jira/browse/DOXIA-574
> Project: Maven Doxia
>  Issue Type: Bug
>  Components: Module - Xhtml
>Affects Versions: 1.8
>Reporter: Graham Leggett
>Priority: Minor
> Attachments: rs-test.zip
>
>
> When using the maven-site-plugin v3.7 to render the following xhtml document, 
> the div tags are stripped from the output.
> It is not clear why.
> The original xhtml looks like this:
> {code}
> 
>   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
>   
> Virtual Library
>   
>   
> 
> Foo
> 
> 
>   
> My Header
>   
>   
> Moved to http://example.org/";>example.org.
>   
> 
>   
> 
> {code}
> The rendered output code looks like this:
> {code}
> Foo
> 
>   
> 
> My Header
>   
>   
> 
> Moved to  href="http://example.org/";>example.org.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (DOXIA-574) XHTML: div tags filtered in the output

2018-04-10 Thread Graham Leggett (JIRA)

 [ 
https://issues.apache.org/jira/browse/DOXIA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Leggett updated DOXIA-574:
-
Attachment: rs-test.zip

> XHTML: div tags filtered in the output
> --
>
> Key: DOXIA-574
> URL: https://issues.apache.org/jira/browse/DOXIA-574
> Project: Maven Doxia
>  Issue Type: Bug
>  Components: Module - Xhtml
>Affects Versions: 1.8
>Reporter: Graham Leggett
>Priority: Major
> Attachments: rs-test.zip
>
>
> When using the maven-site-plugin v3.7 to render the following xhtml document, 
> the div tags are stripped from the output.
> It is not clear why.
> The original xhtml looks like this:
> {code}
> 
>   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
>   
> Virtual Library
>   
>   
> 
> Foo
> 
> 
>   
> My Header
>   
>   
> Moved to http://example.org/";>example.org.
>   
> 
>   
> 
> {code}
> The rendered output code looks like this:
> {code}
> Foo
> 
>   
> 
> My Header
>   
>   
> 
> Moved to  href="http://example.org/";>example.org.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)