You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Willie Vu <ct...@ust.hk> on 2003/04/13 18:34:29 UTC

faq plugin CDATA section problem

CDATA section is not processed correctly in <answer> tag.

For instance, I have the following:

<source><![CDATA[
<jbosscmp-jdbc>
  <defaults>
    ...
]]></source>


It results

<source><![CDATA[
&lt;jbosscmp-jdbc&gt;
  &lt;defaults&gt;
    ...
]]></source>

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


Re: faq plugin CDATA section problem

Posted by di...@multitask.com.au.
Filed in Jira as MAVEN-391

See http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-391
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Willie Vu" <ct...@ust.hk> wrote on 14/04/2003 02:34:29 AM:

> CDATA section is not processed correctly in <answer> tag.
> 
> For instance, I have the following:
> 
> <source><![CDATA[
> <jbosscmp-jdbc>
>   <defaults>
>     ...
> ]]></source>
> 
> 
> It results
> 
> <source><![CDATA[
> &lt;jbosscmp-jdbc&gt;
>   &lt;defaults&gt;
>     ...
> ]]></source>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


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