This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: problems again!


><this>
>  This for the freeflowing text. Incase if you any problems, please
>  contact <link url="x.html">me</link> and some other text goes
>  here.
></this>

>As you see above I want to place a hyperlink in the middle of the text or 
>a paragraph. Is there anyway wherein I will be able to achieve this using
>XSL?

Easy peasy -

<this>
	<xsl:text>This for the freeflowing text. Incase if you any problems,
please contact </xsl:text>
	<link url="x.html">me</link>
	<xsl:text> and some other text goes here.</xsl:text>
</this>

M@
******************************************************************
Warning: This email, including any attachments, 
is for the use of the intended recipient(s) only.
Republication and redissemination, 
including posting to news groups or web pages, 
is strictly prohibited without the express prior consent of Brooker's Limited.
******************************************************************


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]