> >>>How to get rid of the xmlns that the HTML get? For example: > >>>
> > > > > I think you need to put > > exclude-result-refixes="xi, wi" into your woody-styling.xsl > stylesheets. You'll need to ensure that all nodes in these > namespaces are consumed by the stylesheet for the prefixes to > be excluded. I think you want to leave out the comma: exclude-result-refixes="xi wi" The value of this attribute is "a whitespace-separated list of namespace prefixes." Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
