?
=?ISO-8859-15?Q?=22Miguel_J=2E_Jim=E9nez=22?=
Hi, I'm using OpenCMS and XML/XSLT to produce pages... The structure
OpenCMS use for internal pages is something like this:
<[CDATA[<xml version="1.0" encoding="ISO-8859-1"?><root><title><b>A
title</b></title></root>]]>
The desired effect I want to get is a page with "A title" in bold
letters, so I use the following XSL:
<xsl:copy-of select="/root/title"/>
But I only get "A title" in normal letters (not bold), so it ignores
"<b>" and "</b>"... Can anyone help me in the way of obtaining "A title"
in bold letters... Thanks a lot.... I think the problem is the enclosing
CDATA (because the same XML works just perfect transforming it locally
with Xalan) but that's OpenCMS doing and I cannot take it off...
Any help appreciated...
--
Miguel J. Jiménez
ISOTROL, S.A. (Área de Internet)
Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA)
mjjimenez AT isotrol DOT com --- http://www.isotrol.com
ICQ# 12670750
TLFNO. 955036800 ext. 111
OpenCMS use for internal pages is something like this:
<[CDATA[<xml version="1.0" encoding="ISO-8859-1"?><root><title><b>A
title</b></title></root>]]>
The desired effect I want to get is a page with "A title" in bold
letters, so I use the following XSL:
<xsl:copy-of select="/root/title"/>
But I only get "A title" in normal letters (not bold), so it ignores
"<b>" and "</b>"... Can anyone help me in the way of obtaining "A title"
in bold letters... Thanks a lot.... I think the problem is the enclosing
CDATA (because the same XML works just perfect transforming it locally
with Xalan) but that's OpenCMS doing and I cannot take it off...
Any help appreciated...
--
Miguel J. Jiménez
ISOTROL, S.A. (Área de Internet)
Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA)
mjjimenez AT isotrol DOT com --- http://www.isotrol.com
ICQ# 12670750
TLFNO. 955036800 ext. 111