Wednesday 08 June 2011 4:10:38 am
I've found what caused trouble: it's related the way the feed is built.
By assigning HTML to a DomNode->nodeValue, it's entity encoded to fit in a string. The only way I found was to create a documentFragment, assign the HTML with the asXML method and append the fragment to the DomNode. No clean way to do that either ;-(
|