--On Wednesday, November 19, 2003 1:40 PM +0000 Andy Gale <[EMAIL PROTECTED]> wrote:

 Using the
AxTraceIntermediate directive I've managed to ascertain that something
seems to converting my XHTML into HTML and reformatting it.

The last stylesheet in your chain needs to tell AxKit to output XHTML, otherwise AxKit defaults to outputting HTML.


In particular, the stylesheet should contain something like:

<xsl:output method="xml" version="1.0" media-type="text/html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; />


(If you prefer XHTML strict, modify appropriately.)


-David Nolan Network Software Developer Computing Services Carnegie Mellon University


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to