Re: [xsl] problems caused by DOCTYPE

Subject: Re: [xsl] problems caused by DOCTYPE
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 May 2004 09:39:31 +0100
> Hi,
> 
> The problem you describe is not caused by the doctype declaration.
> The source you provided should work perfectly if you change this:
> > 
> > <xsl:template match="/">
> > 	<xsl:copy-of select="."/>
> > </xsl:template>
> > 
> 
> To:
> <xsl:template match="/">
>   <xsl:copy-of select="*" />
> </xsl:template>
> 
Andreas, why do you suggest he makes that change?
The only effect of that would be to lose any top level comments or
processing instructions.

David

-- 
The LaTeX Companion
  http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996
  http://www.amazon.co.uk/exec/obidos/tg/detail/-/0201362996/202-7257897-0619804


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread