On Mar 21, 2006, at 9:12 AM, Trevor DeVore wrote:

On Mar 21, 2006, at 7:43 AM, Devin Asay wrote:

Hi Folks,

Is it possible to store html styled text in an xml document and then successfully retrieve the text with html markup intact?

<snip>  ;-)

Is there a way to do this? Will I have to resort to saving the RTFtext in the xml node or something like that?

Hi Devin,

You need to escape ", ', <, and < when entering data into an XML node. I can't remember if RevXML has any handlers for this or if you just have to do it by hand. For an example of the escape characters just do a Google search for "xml escape characters".

You may want to check out Ken Ray's XML library. I haven't used it but browsing through the API, there is a stsXML_replaceEntities that looks like it would do what you want.

Thanks Trevor. I already knew that I had to escape those characters, plus '&' when writing xml. You triggered a "Duh!" moment in my brain, as it dawned on me that I'd also have to escape those other characters in my html markup.

It's working now.

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to