At 05:18 3/05/2002 +0100, John Levon wrote: ><xsl:output method="xml" encoding="ISO-8859-1" indent="no" > doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" > doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" /> > >Another thing: is there a simple way to get human-readable XHTML output ?
Try indent="yes" and/or using tidy - see http://tidy.sourceforge.net/ Dave
