xsl-list
[Top] [All Lists]

Re: [xsl] XMLNS problem

2013-02-12 15:40:53
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(_at_)CraneSoftwrights(_dot_)com 
|
Google+ profile: https://plus.google.com/116832879756988317389/about |
Legal business disclaimers:    http://www.CraneSoftwrights.com/legal |


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>