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

Subject: Re: [xsl] SOS, print one character (·), please help me
From: "cking" <cking@xxxxxxxxxx>
Date: Thu, 26 Aug 2004 23:26:26 +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>

OK... but I still don't see any 7 character?

I took this xml, added a 7 character, and transformed it with your stylesheet
(with corrected xsl:output) and the 7 character appears correctly.

Here's what I used:

<xsl:stylesheet version="1.0"
 xmlns="http://www.w3.org/1999/xhtml";
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
 >

 <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";
  />

Best regards,
Anton

Current Thread