In that case, you can create the div, then call the setSummary(div) method.
- James
M Harris wrote:
That works to an extent but I can't figure out how to get other namespaces in
the div element
I need this:
<div xmlns:p="http://www.example.com/p" xmlns="http://www.w3.org/1999/xhtml">
By doing setSummaryAsXhtml it seems to put the div automatically and not allow
me to add other namespaces.
James M Snell <[EMAIL PROTECTED]> wrote: This should do it:
entry.setSummaryAsXhtml("Some information here with a
class=\"..\">and a date formatted in XML format");
- James
M Harris wrote:
I'm a bit confused by reading the API. I can't figure out how to get the
desired result
Some information here with a and a date formatted in XML format
within an entry
I tried creating a div with simple text but that did not even show up at all.