Hi all?

 

$subject?? 

What version  this plugin is?

 

I ask because I see this Message in Eclipse: 

“Sorry, this configuration is not yet supported by the Smooks Editor because
it contains configurations from the
‘http://www.milyn.org/xsd/smooks/xslt-1.1.xsd’ configuration namespace”.

 

This is the configuration I try taken from:
<mailto:[email protected]?subject=index.php@title=V1.1%25253Axslt-namespaces.
html> http://www.smooks.org/mediawiki/index.php?title=V1.1:xslt-namespaces

 

<?xml version="1.0"?>
<smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd";
 
xmlns:xsl="http://www.milyn.org/xsd/smooks/xsl-1.1.xsd";>

    <xsl:xsl applyOnElement="$document">
        <xsl:template>
            <![CDATA[
            <xsl:stylesheet
                    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0"
                    xmlns:xhtml="http://www.w3.org/1999/xhtml";
                    exclude-result-prefixes="smk xhtml"
                    xmlns:smk="http://milyn.codehaus.org/Smooks";>

                <xsl:output method="xml" encoding="UTF-8"/>

                <xsl:template match="/">
                    <CanonicalOrderFormat
xmlns="http://canonical.codehaus.org/Order";>
                        <orderId>
                            <xsl:value-of
select="./smk:Order/smk:header/smk:order-id"/>
                        </orderId>
                        <item>
                            <productId>
                                <xsl:value-of
select="./smk:Order/smk:order-item/smk:product-id"/>
                            </productId>
                            <title>
                                <xsl:value-of
select="./smk:Order/smk:order-item/smk:title"/>
                            </title>
                            <price>
                                <xsl:value-of
select="./smk:Order/smk:order-item/smk:price"/>
                            </price>
                        </item>
                    </CanonicalOrderFormat>
                </xsl:template>
            </xsl:stylesheet>
            ]]>
        </xsl:template>
    </xsl:xsl>

</smooks-resource-list>

 

Saludos,

Ing. Jorge Infante Osorio.

J´Dpto Soluciones SOA.

CDAE.

Fac. 5.

UCI.

 

_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to