Subject: Re: I've modified my parser to copy attributes. Am I wrong?
From: "Nikolai Grigoriev" <grig@xxxxxxx>
Date: Wed, 12 Apr 2000 16:00:34 +0400
|
Dan Morrison writes:
> Due to a desire for simplicity and a dislike for the ugliness of
> xsl:attribute workarounds, I've changed the Parser I'm using (XML::XSLT)
> to allow formulations like:
>
> <xsl:template match="TextField" name="TextField">
> <input type="Text">
> <xsl:copy-of select="@" />
Sorry Dan, why "@" and not "@*" ?
> </input>
> </xsl:template>
Regards,
Nikolai
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|