In, say, chunked.xsl, the root looks like this:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">

I suggest modifying it to this:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns="http://www.w3.org/1999/xhtml"; version="1.0">

The reason is that if the unsuspecting user comes along and modifies
or copies chunked.xsl in order to customize it (i.e. to create a
customization layer for the docbook xsl in the second part of the a2x
toolchain), then if the user introduces any html into the template,
incorrect XHTML will result if the default namespace is not the xhtml
namespace.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to