Subject: How might I reproduce a tag, but change one attribute?
From: footh <footh@xxxxxxxxx>
Date: Thu, 26 Jan 2006 19:24:05 -0800 (PST)
|
This seems like it should be easy but I can't figure
out a way to do it. I want to duplicate, for example,
an <img> tag exactly, except I want to change one
attribute, the "src". The only way I can think of
doing it in an xsl template is by just repeating the
tag and every possible attribute that might exist.
Ex:
<img src="/images/{@src}" title="{@title}"
width="{@width}" ...etc.
I really would prefer to not have to figure out every
single attribute that might exist (there are other
tags I want to do this for too).
Does anyone have advice as to how this might be
accomplished?
Thanks,
JF
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|