RE: [xsl] Inline Hyperlink

Subject: RE: [xsl] Inline Hyperlink
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 27 Apr 2003 15:06:10 +0100
>  Can these be added within the Designer (I could not find a way), or
> must this be done externally?

No idea about the Designer but since your stylesheet is only a few lines
long by the sound of it, it's probably simpler and more instructive just
type it by hand in a text editor of your choice.

Adding attributes to the result tree is just about the simplest XSLT
operation one could imagine, something like
<a target="{wibble}">
will copy the contents of the wibble element into a target attibute.


> xlink:type="simple"
> xlink:href="(URL)"

xlink is a linking proposal for XML which may possibly be used in XHTML2
(and is used in SVG) but it isn't used in any current versions of either
HTML or XHTML.

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread