Re: Well-formed HTML as XSL output.

2007-10-24 Thread keshlam
>> Is there a way to generate well-formed HTML as an XSL output? > By well-formed, I presume you mean in the XML sense (what's output > by Xalan should be well-formed in the HTML sense). Ah. It didn't occur to me that the question might be about XHTML rather than HTML. _

Re: Well-formed HTML as XSL output.

2007-10-23 Thread Santiago Pericas-Geertsen
On Oct 23, 2007, at 3:31 PM, Edward L. Knoll wrote: Is there a way to generate well-formed HTML as an XSL output? By well-formed, I presume you mean in the XML sense (what's output by Xalan should be well-formed in the HTML sense). We have a situation where we'd like to do conditional po

Well-formed HTML as XSL output.

2007-10-23 Thread Edward L. Knoll
Is there a way to generate well-formed HTML as an XSL output? We have a situation where we'd like to do conditional post-processing of HTML generated from an XSL transformation using an Xalan XSLT processor. That HTML conditional post-processing could be accomplished using XSL if the HTML were wel