Hello Jeff, Thanks for your answer.
However, when I do as said in the link, here's what gets printed: <![CDATA[ <appender name="SOCKET" class="ch.qos.logback.classic.net.SocketAppender"> ... <param name="remoteHost" value="127.0.0.1" /> ... </appender> ]]> The CDATA part gets printed on my html page... Do you have any idea about what does wrong? Sébastien Jeff Jensen a écrit :
It is basically an xdoc doc, so use CDATA. See #9 here: http://jakarta.apache.org/site/jakarta-site2.html Quoting Sebastien Pennec <[EMAIL PROTECTED]>:Hello, I've created a faq using the fml format, and I just can't get to display an xml example in the <answer> element. Here's what I'm trying to do: (skipping some elements) <answer> <p> some blablah </p> <pre> <element1> ... <param1 value="value" /> ... </element1> </pre> </answer> When I render that using mvn site, everything goes well except for the > and < chars, which are not displayed. Any ideas? Thanks for your help! -- Sébastien Pennec [EMAIL PROTECTED] Logback: The reliable, generic, fast and flexible logging framework for Java. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Sébastien Pennec [EMAIL PROTECTED] Logback: The reliable, generic, fast and flexible logging framework for Java. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
