Re: XHTML Serializer

2001-09-20 Thread Michael McKibben
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) http://namespace1";> ... http://namespace2"/> ... (in my xsl stylesheet) http://www.w3.org/1999/xh

Re: XHTML Serializer

2001-09-19 Thread Martin Kavalar
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

Re: XHTML Serializer

2001-09-19 Thread Michael McKibben
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? > > Coli

Re: XHTML Serializer

2001-09-18 Thread Martin Kavalar
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 ser

Re: XHTML Serializer

2001-09-18 Thread Colin Paul Adams
> "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