xsl-list
[Top] [All Lists]

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

2004-08-26 14:10:17
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 />.&nbsp;Preparación de
los trabajos. Recogida de información. Toponimia. Inventarios. Fuentes
escritas. Fotografía aérea. Cartografía.<br />.&nbsp;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
/>.&nbsp;Sondeos. Preparación de los trabajos. Métodos Whiler y Harris.<br
/>.&nbsp;Diarios. Inventarios.<br />AGUSTÍN AZKARATE. Universidad del País
Vasco.<br /></P>]]></parrafo_texto>
</sn_servicioproyecto>


----- Original Message ----- 
From: "cking" <cking(_at_)telenet(_dot_)be>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, August 26, 2004 10:50 PM
Subject: Re: [xsl] SOS, print one character (·), 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 · character in your input?

Best regards
Anton Triest


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--






<Prev in Thread] Current Thread [Next in Thread>