Also check the Cocoon mail archives; the exclude-result-prefixes does not always work and you may need to add a namespace-stripping stylesheet as an extra transform step in your pipeline - this *always* works....
Derek >>> [EMAIL PROTECTED] 2004/07/13 09:58:24 PM >>> Kirk Storer wrote: > I use various namespace declarations in my xslt, ... > As a result, cocoon includes all of the namespaces > within the html tag of the output xhtml as follows: ... > How can I prevent cocoon from including the namespaces > the the output html tag? Use exclude-result-prefixes, see http://www.w3.org/TR/xslt#stylesheet-element There are numerous caveats, check the XSL list archives, this comes up every week or so there. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
