From: Dave P. <dav...@gm...> - 2005-12-10 18:16:32
|
On 09/12/05, xslide Support <xsl...@me...> wrote: > Please provide your empty XSLT 2.0 stylesheet. <?xml version=3D"1.0" encoding=3D"utf-8"?> <xsl:stylesheet xmlns:xsl=3D"http://www.w3.org/1999/XSL/Transform" xmlns:xs=3D"http://www.w3.org/2001/XMLSchema" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" exclude-result-prefixes=3D"xs xsi" version=3D"2.0"> <xsl:output method=3D"xml" indent=3D"yes" encoding=3D"utf-8"/> <xsl:template name=3D"*"> <xsl:message> *** Failed to process <xsl:value-of select=3D"name()"/> *** </xsl:message> </xsl:template> </xsl:stylesheet> -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk |