I'm putting together an app that will create an XML doc on-the-fly that 
can then be stored for use in email output.  I have three child nodes - 
one for the "Story Link", one for the "Story Headline" and one for the 
"Story Teaser Text" (bodytext).  I've been able to build the first two, 
no problems, just use XMLFormat on the variable string I'm passing to 
the XML doc.  The third has the possibility of having one or many 
paragraphs, so I'm using #XMLFormat(ParagraphFormat(bodytext))# to 
convert the string before I store it in the XML doc.

The problem I'm having is that when I use my XSL Stylesheet to format 
the XML for output, I am getting the raw <p> tags being output in the 
bodytext, like this:

Here is line one <P> Here is line two <P>  <P> Skipped three lines <P>

When I want it to look like this:

Here is line one

Here is line two



Skipped three lines

Any ideas on how to properly do this?  I'm an XML noob, so I'm sure 
there is a function or two I'm missing here.

Thanks,

Ray

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234675
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to