Re: [xsl] [xslt] Problem changing a contained element to a following element

Subject: Re: [xsl] [xslt] Problem changing a contained element to a following element
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 27 Jun 2003 21:21:05 +0100
To do that in full generality is hardish (lifting all block elements out
of p's because of html-s half baked content model for p)

however the question was asked the other week and I posed the code to do
it so it'l be in the archives of this list (or get the zip archive of
mathml sources linked from the mathml spec and take the p template from
there.

Actually if the requirement is to produce valid html, a simpler
alternative is just to use <div> instead of <p>. div has the content
model that p ought to have had in the first place, and allows text and
block elements intermixed.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread