All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.runtime.2.3.2.source-code.jaxws-databinding-translate-namespaces.xml Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
<?xml version="1.0" encoding="utf-8"?>
<!--

    Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

-->

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="*[namespace-uri() = 'http://xmlns.oracle.com/weblogic/weblogic-wsee-databinding']">
        <xsl:element name="{name()}" namespace="http://xmlns.oracle.com/webservices/jaxws-databinding">
            <xsl:apply-templates select="@*|node()"/>
        </xsl:element>
    </xsl:template>
    <xsl:template match="node()|@*">
        <xsl:copy>
            <xsl:apply-templates select="node()|@*"/>
        </xsl:copy>
    </xsl:template>
</xsl:stylesheet>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy