Hello,

I still haven't gotten a response on my previous request for help, but I figured I'd post my latest issue here in hopes that someone actually responds.....

I managed to get this doing ~80% of what I want but there are two major bugs.

It replaces several characters such as " ' " and " dagger; " with stuff like †as if it's converting it to UTF8 compliace - Is there a way to stop it from doing this?

The second (more major) issue is that it is moving HTML tags around. For example I have a node that looks like this:

<a id="recertifiedproducts"></a><p style="font-weight: bold;">Recertified Products</p>

Yet, the parser is importing it like this:
<a id="recertifiedproducts"/><p style="font-weight: bold;">Recertified Products</p>

I've tried everything I can think of - even hacking the module to replace all the qp's with htmlqp's - nothing seems to resolve this. Can anyone please just point me in the right direction to resolve these extremely basic/simple issues?