xsl-list
[Top] [All Lists]

[xsl] Converting Mixed Content Into Unmixed Content

2007-11-27 07:15:03
From this document....

<p>This is some text. <ul><li>List item.</li></ul> <strong>This is strong text.</strong> Also, normal text.</p>

I want to create

<p>This is some text.</p>
<ul><li>List item.</li></ul>
<p><strong>This is strong text.</strong> Also, normal text.</p>

Before I set out to solve this, I want to make sure that there is not some obvious answer. I am pretty sure that I've seen this problem numerous times when in the past I've followed this list. I'm unable to think of the right terms to search for, so some suggestions on search terms are all I really need.

--
Alan Gutierrez | alan(_at_)blogometer(_dot_)com | http://blogometer.com/ | 504 717 1428
Think New Orleans | http://thinknola.com/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>