Subject: Re: no xmlns attribute in the xsl dtd?
From: "James Tauber" <jtauber@xxxxxxxxxxx>
Date: Tue, 2 Mar 1999 19:35:34 +0800
|
><xsl:template match="*|@*" priority="-1">
> <xsl:copy>
> <xsl:apply-templates select="@*|*|text()"/>
> </xsl:copy>
></xsl:template>
This exact template occurs in the XSL examples I just mentioned:
http://www.xmlsoftware.com/articles/xsl-by-example.html
James
--
James Tauber / jtauber@xxxxxxxxxxx / www.jtauber.com
Associate Researcher, Electronic Commerce Network
Curtin University of Technology, Perth, Western Australia
Full-day XML Tutorial @ WWW8 : http://www8.org/
Maintainer of : www.xmlinfo.com, www.xmlsoftware.com and www.schema.net
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|