On Apr 10, 2:44 pm, "Andy Dingley" <ding...@codesmiths.com> wrote:
> On 10 Apr, 08:28, "Arun dudee" <arundu...@gmail.com> wrote:
>
> > my question is how to put hyperlinks and image or image path in xml
> > file so that pasring parsing it everyyhingh on page comes from xml.
>
> Read up on the use of xsl:attribute, then use something a bit like
> this
>
> <a>
> <xsl:attribute name="href" ><xsl:value-of
> select="./foo/bar/@href-attribute-source" /></xsl:attribute>
> <xsl:value-of select="./foo/bar/@link-text-attribute-source" />
> </a>
okie!!
|