xsl-list
[Top] [All Lists]

How might I reproduce a tag, but change one attribute?

2006-01-26 20:24:05
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/{(_at_)src}" title="{(_at_)title}"
width="{(_at_)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 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>