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: How to use <a style="{font: 10pt arial}"> in XSL? Keep getting error.


If you want this '<a style="{font: 10pt arial}"
href="/path/page.jsp">click</a>'
in your output, try :
'<a style="{{font: 10pt arial}}" href="/path/page.jsp">click</a>'

Scott
-----------------------------------------------
Date: Mon, 5 Mar 2001 21:41:46 -0800
From: "Kevin Duffey" <kevin.duffey@home.com>
Subject: [xsl] How to use <a style="{font: 10pt arial}"> in XSL? Keep
getting error.

Hi there,

I am sure there is a good reason for why the error of "Namespace prefix font
has not been declared" when I use the syntax of

<a style="{font: 10pt arial}" href="/path/page.jsp">click</a>

I would like to use styles on my pages to give links different colors and
faces.

Thanks.


 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]