|
Subject: Re: [xsl] Omitting multiple namespaces in html output tag From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Sat, 01 Feb 2003 20:30:35 +0100 |
Hello - I'm generating xhtml documents with xslt. My xml source document has several namespaces (dc:, rdf:, etc.). I realize I must declare these in the xsl stylesheet, along with the xhtml default namespace. The problem is, all the namespace declarations are put within the <html> tag thereby breaking validation of the result page.
You'll probably need <xsl:stylesheet ... exclude-result-prefixes="dc rdf"> Check the spec for details: http://www.w3.org/TR/xslt#stylesheet-element
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Omitting multiple namespaces , Dan Cederholm | Thread | RE: [xsl] Omitting multiple namespa, Peter Eschenbrenner |
| Re: [xsl] N : M transformation, Tobias Reif | Date | RE: [xsl] Omitting multiple namespa, Peter Eschenbrenner |
| Month |