This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I've modified my parser to copy attributes. Am I wrong?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]