[ http://jira.codehaus.org/browse/MSITE-156?page=all ]
Vincent Siveton closed MSITE-156. --------------------------------- Assignee: Vincent Siveton Resolution: Cannot Reproduce I tried with a small faq and I cant reproduce it. Here is my test: {code:xml} <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="blabla"> <question>blabla?</question> <answer> <a href="http://struts.apache.org">Apache Struts</a> <p> Download <a href="http://struts.apache.org">Apache Struts</a> </p> </answer> </faq> </part> </faqs> {code} Feel free to reopen it if it doesnt fix. Tips: try mvn -up or -U to update pulgins > 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 < and > are stripped > out, and the corresponding character is not injected. > <a href="http://struts.apache.org">Apache Struts</a> > 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