/ Bob Bernstein <[EMAIL PROTECTED]> was heard to say:
| with a view towards explaining how those strange uppercase A's with what
| look like small tildes above them came from?

I didn't look at the files, but I'm pretty sure you're seeing artifacts
of UTF-8 encoding.

I can't tell what XSLT processor you're using, but I bet it's XT. In
xtchunker.xsl, change the xt:document call to look like this:

  <!-- apparently XT doesn't support AVTs for method and encoding -->
  <xt:document href="{$filename}"
               method="html"
               encoding="ISO-8859-1">

I think that will help...

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]>      | Where it is permissible both to
http://www.oasis-open.org/docbook/ | die and not to die, it is an abuse
Chair, DocBook Technical Committee | of valour to die.--Mencius

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: [EMAIL PROTECTED]

Reply via email to