Re: [xsl] SOS, print one character (·), please help me

Subject: Re: [xsl] SOS, print one character (·), please help me
From: Dionisio Ruiz de Zárate <dionisio@xxxxxxxxxxxxx>
Date: Thu, 26 Aug 2004 23:10:17 +0200
sorry
this is the xml

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<sn_servicioproyecto>
<parrafo_texto><![CDATA[<P>16:30 h. Prospeccisn.<br />.&nbsp;Preparacisn de
los trabajos. Recogida de informacisn. Toponimia. Inventarios. Fuentes
escritas. Fotografma airea. Cartografma.<br />.&nbsp;En el terreno:
coloraciones. Vegetacisn. Estructuras. Caminos. Procedimientos magniticos y
electromagniticos.<br />PAQUITA SAEZ DE URTURI.</P>
<br /><P>18:30 h. Excavacisn y registros de la informacisn.<br
/>.&nbsp;Sondeos. Preparacisn de los trabajos. Mitodos Whiler y Harris.<br
/>.&nbsp;Diarios. Inventarios.<br />AGUSTMN AZKARATE. Universidad del Pams
Vasco.<br /></P>]]></parrafo_texto>
</sn_servicioproyecto>


----- Original Message ----- 
From: "cking" <cking@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, August 26, 2004 10:50 PM
Subject: Re: [xsl] SOS, print one character (7), please help me


> Hi Dionisio,
>
> <xsl:output method="xhtml" version="1.0" ...
>
> Output method must be either 'xml', 'html' or 'text',
> 'xhtml' is illegal, at least in XSLT 1.0.
>
> To output XHTML, you should use:
>
>  <xsl:output method="xml" version="1.0" encoding="ISO-8859-1" indent="yes"
>   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
>   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
>   />
>
> and also add xmlns="http://www.w3.org/1999/xhtml"; to the xsl:stylesheet
element.
>
> By the way, I don't see any 7 character in your input?
>
> Best regards
> Anton Triest

Current Thread