[ http://jira.codehaus.org/browse/MSITE-156?page=comments#action_70946 ] 
            
Ted Husted commented on MSITE-156:
----------------------------------

JIRA is resolving the XML entities, and I can't tell if your test inculdes them 
or not. 

The test should include & l t ; (without the spaces) and other XML entities. 

So a FAQ with a hyperlink doesn't seem like a test. The test would be  a FAQ 
like 

{code}
<faqs id="FAQ" title="Frequently Asked Questions">
  <part id="General">
    <faq id="a">
      <question>How do I create a hyperlink?</question>
      <answer>
         <p>
         Use the &lt;a&gt; tag. 
        </p>
      </answer>
    </faq>
  </part>
</faqs>
{code}

-Ted.


> site with FAQ plugin strips XML entities
> ----------------------------------------
>
>                 Key: MSITE-156
>                 URL: http://jira.codehaus.org/browse/MSITE-156
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>         Environment: WinXP
>            Reporter: Ted Husted
>         Assigned To: Vincent Siveton
>
> When using the FAQ plugin with site, entities lke &lt; and &gt; are stripped 
> out, and the corresponding character is not injected. 
> &lt;a href="http://struts.apache.org"&gt;Apache Struts&lt;/a&gt;
> renders as 
> a href="http://struts.apache.org"Apache Struts/a
> instead of 
> <a href="http://struts.apache.org";>Apache Struts</a>
>  

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

        

Reply via email to