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>
    &lt;element1&gt;
      ...
      &lt;param1 value="value" /&gt;
      ...
    &lt;/element1&gt;
  </pre>
</answer>

When I render that using mvn site, everything goes well except for the &gt; and &lt; 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]

Reply via email to