Subject: Re: 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 />. Preparacisn de
> los trabajos. Recogida de informacisn. Toponimia. Inventarios. Fuentes
> escritas. Fotografma airea. Cartografma.<br />. 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
> />. Sondeos. Preparacisn de los trabajos. Mitodos Whiler y Harris.<br
> />. 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
|