RE: HTML in XML Content

2001-05-30 Thread JEULIN Olivier
If you content is a XML well-formed document, try using the 'esql' taglib and the 'esql:get-xml' tag to get the column value (see 'samples/sql/esql.xsd' in cocoon's directory for a complete list of available tags, and the sample in the same directory) Olivier -Message d'origine- My probl

Re: HTML in XML Content

2001-05-30 Thread Jörg Heinicke
If the HTML-code is well-formed, then there should be no problem. The only tags causing problems are the non-closed tags like . And you may not interleave your tags like any text in bold, in bold and italic, only in italic , because this is not well-formed. Hope this helps. Joerg > > My pr