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

2019-12-20 Thread Graham Leggett (Jira)


[ 
https://issues.apache.org/jira/browse/DOXIA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001593#comment-17001593
 ] 

Graham Leggett commented on DOXIA-574:
--

This was a major issue, and was eventually fixed by the following three patches:

[DOXIA-575]
[MSITE-824]
[DOXIASITETOOLS-190]

This can be marked as closed fixed, I don't have the ability to close it.

> 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] [Commented] (DOXIA-574) XHTML: div tags filtered in the output

2019-05-28 Thread Michael Osipov (JIRA)


[ 
https://issues.apache.org/jira/browse/DOXIA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849815#comment-16849815
 ] 

Michael Osipov commented on DOXIA-574:
--

Indeed, it is eaten for some reason. Probably the parser is dropping the nodes.

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


[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16432107#comment-16432107
 ] 

Graham Leggett commented on DOXIA-574:
--

Just uploaded one.

Take a look at mod_scep.xml / mod_scep.html.


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


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

2018-04-10 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/DOXIA-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16432077#comment-16432077
 ] 

Michael Osipov commented on DOXIA-574:
--

Can you provide a sample project?

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