xsl-list
[Top] [All Lists]

RE: namespace inheritance troubles using xsltproc and xhtml1.1

2005-05-18 05:26:46
Douglas, try using exclude-result-prefixes, as in :

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


From: "Douglas R. Hoffman" <douglas(_dot_)hoffman(_at_)gmail(_dot_)com>
Subject: [xsl] namespace inheritance troubles using xsltproc and xhtml1.1


What should I change in the following xslt and/or xml files to remove
xmlns:html="..." attibutes on the output's html tag as generated by
'xsltproc index.xml index.xsl > index.html'

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>