Kirk Storer wrote:
I am including an xhtml document in my page using the
following which works fine with a plain old <html>
tag.
<xsl:copy-of select="html/body/*"/>

However, if the html tag contains an xmlns attribute
it doesn't work. How can I get the xslt to reconize
the html tag even though it has attributes.

<xsl:copy-of select="*[local-name()='html']/*[local-name()='body']/*"/>

This works without any further declaration of namespaces.

--
HTH
[EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to