sorry
this is the xml
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<sn_servicioproyecto>
<parrafo_texto><![CDATA[<P>16:30 h. Prospección.<br />. Preparación de
los trabajos. Recogida de información. Toponimia. Inventarios. Fuentes
escritas. Fotografía aérea. Cartografía.<br />. En el terreno:
coloraciones. Vegetación. Estructuras. Caminos. Procedimientos magnéticos y
electromagnéticos.<br />PAQUITA SÁEZ DE URTURI.</P>
<br /><P>18:30 h. Excavación y registros de la información.<br
/>. Sondeos. Preparación de los trabajos. Métodos Whiler y Harris.<br
/>. Diarios. Inventarios.<br />AGUSTÍN AZKARATE. Universidad del País
Vasco.<br /></P>]]></parrafo_texto>
</sn_servicioproyecto>
OK... but I still don't see any · character?
I took this xml, added a · character, and transformed it with your stylesheet
(with corrected xsl:output) and the · 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