xsl-list
[Top] [All Lists]

RE: problems caused by DOCTYPE

2004-05-12 12:11:16
-----Original Message-----
From: Zoltan Molnar [mailto:zolmol(_at_)isis(_dot_)vanderbilt(_dot_)edu]

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


<Prev in Thread] Current Thread [Next in Thread>