[xsl] Re: changing from no namespace to a namespace

Subject: [xsl] Re: changing from no namespace to a namespace
From: Jim_Albright@xxxxxxxxxxxx
Date: Sat, 5 Apr 2008 10:19:47 -0400
solution:

  <xsl:template match="*">
        <xsl:element name="{local-name()}" namespace="
http://www.bibletechnologies.net/2003/OSIS/namespace";>
            <xsl:copy-of select="@*"/>
            <xsl:apply-templates/>
        </xsl:element>
    </xsl:template>

I was pleasantly surprised to see that xml:lang wasn't changed.
Thanks for your help.

Jim Albright
704 843-0582
JAARS, Speeding Bible Translation
Wycliffe, Partners in Bible Translation

Current Thread