RE: [xsl] problems caused by DOCTYPE

Subject: RE: [xsl] problems caused by DOCTYPE
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Wed, 12 May 2004 21:11:16 +0200
> -----Original Message-----
> From: Zoltan Molnar [mailto:zolmol@xxxxxxxxxxxxxxxxxxx]

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>


HTH!

Greetz,

Andreas

Current Thread