Francois Gouget wrote:
In WWN 264 there's the following:
<rant> ... </rant>
But it does not get through in the HTML page because it's getting transformed into <rant>...</rant> which the browser is correctly ignoring. We've had this problem before but I don't remember what the fix is... Do you?
You probably need to turn the "&" into "&", so you would get: &lt;rant&gt;
Then again, it is probably right to do it in the XML ->HTML converter, and not in the XML itself. I.e. - the XML->HTML converter needs to transform an inline "<" into < again.
Shachar