This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: troubles after changed encoding in XSL 1.58


Bob Stayton <bobs@caldera.com>:
> The latest version of xsltproc has changes to make it
> better support xhtml output.  You might try upgrading.

I upgraded but it does not helped. Strangest thing is that when I use
_chunked_ output with
  <xsl:import href="/usr/local/share/xsl/xhtml/chunk.xsl"/> 
then each small html has
  <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
while when I use
  <xsl:import href="/usr/local/share/xsl/xhtml/docbook.xsl"/> 
then long file xhtml has
  <?xml version="1.0" encoding="UTF-8"?>
in header

ABX


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]