Sorry, I didn't pay close enough attention to who was asking the question.
Interestingly, I do not have this problem in my stylesheets. Here is what
I do:
(in my xml file)
<rootElement xmlns="http://namespace1">
...
<ns2:someotherElement xmlns:ns2="http://namespace2"/>
...
</rootElement>
(in my xsl stylesheet)
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ns1="http://namespace1"
xmlns:ns2="http://namespace2"
exclude-result-prefixes="ns1 ns2">
...
Notice that I declare the namespaces used in my xml file in my stylesheet
also. Hope this helps.
Regards,
--mike
On Thu, 20 Sep 2001, Martin Kavalar wrote:
> Well, if i do that, all i get is replies to my older questions.
>
> exclude-result-prefixes didnt get rid of the default namespace, and using '#default'
>as suggested didnt work, either.
> Furthermore, i still got all the namespaces of elements further down the tree than
>the root element. How do i get rid of them?
>
> thanks
> martin
>
>
>
> Michael McKibben wrote:
>
> >Search the mail list archives for this month on "exclude-result-prefixes".
> >
> >Regards,
> >
> >--mike
> >
> >On Wed, 19 Sep 2001, Martin Kavalar wrote:
> >
> >>that still doesnt get rid of any namespaces, it produces the same output
> >>as the code i used i think. Anyone know how to get rid of the namespaces?
> >>
> >>Colin Paul Adams wrote:
> >>
> >>>>>>>>"Martin" == Martin Kavalar <[EMAIL PROTECTED]> writes:
> >>>>>>>>
> >>> Martin> I was wondering why there is no XHTML serializer in
> >>> Martin> c2. When defining my own i use the XML serializer and set
> >>> Martin> the content type to text/html. Unfortunatly i then get all
> >>> Martin> the namespaces from previous documents in my xhtml which
> >>> Martin> keeps it from validating as XHTML 1.0. Can anyone help?
> >>> Martin> thanks martin
> >>>
> >>>here's what I use:
> >>>
> >>> <map:serializer name="xhtml" mime-type="text/html"
> >>> src="org.apache.cocoon.serialization.XMLSerializer">
> >>> <doctype-public>-//W3C//DTD XHTML 1.1//EN</doctype-public>
> >>>
><doctype-system>http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</doctype-system>
> >>> <encoding>UTF-8</encoding>
> >>> <omit-xml-declaration>no</omit-xml-declaration>
> >>> </map:serializer>
> >>>
> >>
> >>
> >>---------------------------------------------------------------------
> >>Please check that your question has not already been answered in the
> >>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >>
> >>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >>For additional commands, e-mail: <[EMAIL PROTECTED]>
> >>
> >
> >
> >---------------------------------------------------------------------
> >Please check that your question has not already been answered in the
> >FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> >To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> >
>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>