Re: [xsl] XMLNS problem

Subject: Re: [xsl] XMLNS problem
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Feb 2013 16:40:40 -0500
At 2013-02-12 14:35 -0700, Eric Harbeson wrote:
This is close, but it doesn't include the xmlns line, which appears to be needed for it to validate correctly. The XSLT I have below seems like it should do what I want, but it produces an error in the xsl:namespace declaration.

You don't say what error you are getting, but I see the following:


        <xsl:element name="ead">
            <xsl:namespace name="">urn:isbn:1-931666-22-9</xsl:namespace>

The element you are creating is in the default namespace and the namespace node you are creating is in the default namespace.


I suspect you want name="input".

I hope this helps.

. . . . . . . Ken


-- Public XSLT, XSL-FO, UBL and code list classes in Europe -- Apr 2013 | Contact us for world-wide XML consulting and instructor-led training | Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm | Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ | G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx | Google+ profile: https://plus.google.com/116832879756988317389/about | Legal business disclaimers: http://www.CraneSoftwrights.com/legal |

Current Thread