What is your problem?
Is your problem that only Elemente will be called? Then use
<xsl:apply-templates select="@*"/>
Is your problem that no Attribut can be inserted? Then move call (apply-templates) befor you insert some text to the element.
Bernward
> <rendition>
> <style color="#FFFFFF" border="#FFFFFF" ></style>
> </rendition>
>
> I am having difficulty matching the attribute. See below:
>
> <xsl:template match="@color>
> <xsl:attribute name="color">
> <!--Insert some value -->
> </xsl:attribute>
> </xsl:template>
>
> I have seen plenty of examples that do this exact same procedure. Am I
> doing something incorrect?
> Any help is greatly appreciated.
>
______________________________________________________________________________
Geben Sie Ihren Lottotipp gerne auf den letzten Drücker ab?Beim WEB.DE
Lottoservice gibt's keine Warteschlangen. http://tippen2.web.de/?x=9
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|