|
Subject: [xsl] Aargh - wrong template applied From: Ian Eure <ieure@xxxxxxxxxx> Date: Tue, 18 Apr 2006 17:07:59 -0700 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gale="http://www.gale.com/eBook" xmlns:php="http://php.net/xsl" exclude-result-prefixes="gale php">
<xsl:output method="xml"
version="1.0"
indent="yes"
encoding="utf-8"
omit-xml-declaration="yes"/> <xsl:template match="@*|node()">
<xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy>
</xsl:template> <xsl:template match="font">
<xsl:apply-templates/>
</xsl:template>added pattern : '@*' priority -0.500000 added pattern : 'node()' priority -0.500000 added pattern : 'font' priority 0.000000
- -- Ian Eure Developer, eNotes.com LLC
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin)
iD8DBQFERX9fxuUdPD6j2IMRAjcnAJ957AsILKXEZNC7JcwMa+LzoOeADgCfTjr4 esWfqHwRvCfITqeNmOeaUcQ= =KsVw -----END PGP SIGNATURE-----
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: Matching the first text e, Martin Holmes | Thread | Re: [xsl] Aargh - wrong template ap, J.Pietschmann |
| [xsl] Matching the first text eleme, Martin Holmes | Date | Re: [xsl] Matching the first text e, J.Pietschmann |
| Month |