开发者

Is there is problem in my xml?

开发者 https://www.devze.com 2023-03-05 09:43 出处:网络
Spring framework throws error org.jdom.JDOMException Exception in startElement: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.

Spring framework throws error

org.jdom.JDOMException Exception in startElement: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.

with this XML

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >

    <xsl:output method="xml" omit-xml-declaration="yes"/>

    <xsl:template match="*">

    <ns1:response 
        xmlns:ns1="urn:enterprise.soap.acme.com/objs" 
        xmlns="urn:enterprise.soap.acme.com/objs">

        <ns1:Result>
                <ns1:id>1</ns1:id>
                <ns1:success>true</ns1:success>
        </ns1:Result>
    </ns1:re开发者_开发知识库sponse>

    </xsl:template>

</xsl:stylesheet>

I think xmlns="ur... is not correct. Am I right?


Are you using an updated version?

http://static.springsource.org/spring-ws/site/faq.html#namespace_err

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号