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]
Other format: [Raw text]

Re[2]: xsl:attribute


Hi, Oleg.

OT> Try shorter one :)
OT> <xsl:template match="canal">
OT>         <option value="{@id}">
OT>                 <xsl:value-of select="."/>
OT>         </option>
OT> </xsl:template>

Much better! Thanks!

About the error, I re-did it and you're right: it works. I guess the
error was somewhere else and I fix it with the change :P

Remember, I warned about my newbie status :D

Thanks,
Antonio

http://www.webcsd.com
mailto:atnbueno@webcsd.com


 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]