DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30681>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30681 <xsl:namespace-alias stylesheet-prefix="foo" result-prefix="#default" /> ------- Additional Comments From [EMAIL PROTECTED] 2004-08-27 15:06 ------- Galen, when I read of that section in 7.1.1 my understanding is that it says things more about URIs and less about which prefixes to use. The xsl:namespace-alias element does have the attribute "result-prefix", but it has a meaning more like "result-uri-that-is-associated-with-this-prefix". I think the output of either: <html xmlns="http://http://www.w3.org/1999/xhtml"><head>... or <html:html xmlns:html="http://http://www.w3.org/1999/xhtml"><html:head>... are both all right. I there is flexibility in the XSLT 1.0 recommendation. However, I think you are trying to generate XHTML output that is XML, but which would be acceptable to a browser that reads HTML, and that the extra prefix in the output is messing that up. Is that right? - Brian Minchau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
