Re: How do I insert an XSL processing instruction in a string?

Subject: Re: How do I insert an XSL processing instruction in a string?
From: James Clark <jjc@xxxxxxxxxx>
Date: Wed, 30 Dec 1998 10:51:37 +0700
Use xsl:attribute:

<A>
  <xsl:attribute name="name"><xsl:eval>...</xsl:eval>"></xsl:attribute>
</A>

julian.burman@xxxxxxxxxxxxxx wrote:
> 
> As the subject says, how do I insert a processing instruction in a string?
> 
> I need to be able to construct an HTML anchor on the fly via XSL, along the
>  lines of:
> 
> <A name="docname#<xsl:eval>ancestorChildNumber("CHAPTER",
> (this))</xsl:eval>"></A>
> 
> Regards
> 
> Julian Burman
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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


Current Thread