RE: [xsl] Encoding attribute

Subject: RE: [xsl] Encoding attribute
From: "Fran" <franciscojose@xxxxxxxxxxx>
Date: Fri, 30 Jan 2004 19:08:41 +0100
Now I have obtain the correct transformation, but I don't know the answer??
I have eliminated <xsl:output method="html"/> and works fine, how ?????
I would do a little transformation inside a <DIV> Tag with PHP, so I do
this:
 <html>
  ....
  ....
  <div>
   <? // Display the output of the DomDocument object
  // from the xslt transformation.
  echo $domXsltObj->result_dump_mem( $domTranObj );
   ?>
  </div>

  The output is a <TABLE><TR>.... that is html format, so,why the
<xsl:output method="html"/> change my encoding attribute?
  What is the operating or internally XSLT functioning if you omit this
sentence??

-----Mensaje original-----
De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de Fran
Enviado el: viernes, 30 de enero de 2004 18:32
Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Asunto: RE: [xsl] Encoding attribute




Are you producing html or something else?
Can you hand write an html file that contains a euro that displays
correctly?

Yes I tried to write an HTML file and then display it in IE and I see "euro"
character. I tried putting in HTML &euro; and &#8364; and both works fine.




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread