Re: [xsl] Test for child node categories

Subject: Re: [xsl] Test for child node categories
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 4 Jul 2007 21:24:52 +0100
the easiest way of generating valid html from that markup is to generate
a div (rather than a p) for the answer, then the mixed content in the
input can map straght to mixed content in the output, and you don't have
to wrry about splitting up p's to allow block content like lists, as div
allows that. If you do want to use p though, think of it as a grouping
problem, grouping on being (or not being) a block element, and use
muenchian grouping or xsl2 for-each-group (there's some examples of this
in the list archives, and I think, the faq)

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread