|
Subject: Re: [xsl] namespace-alias problem From: "Joris Gillis" <roac@xxxxxxxxxx> Date: Sun, 23 Jan 2005 10:03:20 +0100 |
Iam using a stylesheet to generate another stylesheet and having some
problems like the processor not recognising the aliased namespace (x:) the
2nd time around. The following are my xml and and input and output
stylesheet snippets. The snippets are quite large but I am not sure how to
make these smaller than this.
<xsl:template match="school">
<x:stylesheet version="1.0">
<x:strip-space elements="*"/><xsl:element name="xsl:template"> <xsl:attribute name="match"> <xsl:value-of select="person"/> </xsl:attribute>
<BODY>
This is the body text
<x:apply-templates>
<x:with-param name="path" select="person"/>
</x:apply-templates>
</BODY><xsl:element name="xsl:template"> <xsl:attribute name="match"> <xsl:value-of select="@name" /> </xsl:attribute>
<a href="#">This is a student <x:value-of select="@name"/></a> </xsl:element>
regards, -- Joris Gillis (http://www.ticalc.org/cgi-bin/acct-view.cgi?userid=38041) Deserta faciunt et innovationem appelant
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] namespace-alias problem, Touchtel | Thread | RE: [xsl] namespace-alias problem, Touchtel |
| [xsl] namespace-alias problem, Touchtel | Date | RE: [xsl] namespace-alias problem, Touchtel |
| Month |