Re: [xsl] namespace declaration problem creating new xml file

Subject: Re: [xsl] namespace declaration problem creating new xml file
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Aug 2008 22:38:09 +0100
>>>>> "Pablo" == Pablo Sebastian Rodriguez <psrodriguez@xxxxxxxxxxxxxxxx> writes:

    Pablo> Hi, I have this input and i want to split it into multiple
    Pablo> files, one per each "table" element

     Pablo> The problem is that the namespace declaration (
    Pablo> "xmlns:fn..." ) gets added inside the root element of every
    Pablo> file created, like this:

     Pablo> What am i doing wrong ? Anyway to avoid this ?

 If you don't want it (it is harmless, so you could just leave it, but
 ...) remove the xmlns:fn declaration - you don't need it.
-- 
Colin Adams
Preston Lancashire

Current Thread