This commit is contained in:
wojciech
2024-07-30 17:07:26 +02:00
parent 03ea19e30c
commit a8ac1fbc8f
2 changed files with 13 additions and 13 deletions

View File

@@ -8,8 +8,8 @@
<property key="ae.palette.Mail.palette.version" value="5.15.0"/> <property key="ae.palette.Mail.palette.version" value="5.15.0"/>
<property key="turbo.palette.version" value="5.6.1"/> <property key="turbo.palette.version" value="5.6.1"/>
<property key="ae.palette.Policy.version" value="5.15.0"/> <property key="ae.palette.Policy.version" value="5.15.0"/>
<property key="ae.process.palette.version" value="5.15.0"/>
<property key="ae.repo.palette.version" value="5.3.0"/> <property key="ae.repo.palette.version" value="5.3.0"/>
<property key="ae.process.palette.version" value="5.15.0"/>
<property key="httppalette.httpplugins.version" value="5.15.0"/> <property key="httppalette.httpplugins.version" value="5.15.0"/>
<property key="ae.aepalette.ae.palette.version" value="5.15.0"/> <property key="ae.aepalette.ae.palette.version" value="5.15.0"/>
<property key="palette.generalpalette.version" value="5.3.0"/> <property key="palette.generalpalette.version" value="5.3.0"/>

View File

@@ -50,26 +50,26 @@
</config> </config>
<pd:inputBindings> <pd:inputBindings>
<root> <root>
<ns1:author xmlns:ns1="http://www.demo.com/author"> <pfx:author>
<xsl:attribute xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="id"> <xsl:attribute xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="id">
<xsl:value-of select="number($Map-Data/root/id)"/> <xsl:value-of select="number($Map-Data/root/id)"/>
</xsl:attribute> </xsl:attribute>
<ns1:firstName> <pfx:firstName>
<xsl:value-of select="$Map-Data/root/firstname"/> <xsl:value-of select="$Map-Data/root/firstname"/>
</ns1:firstName> </pfx:firstName>
<ns1:lastName> <pfx:lastName>
<xsl:value-of select="$Map-Data/root/lastname"/> <xsl:value-of select="$Map-Data/root/lastname"/>
</ns1:lastName> </pfx:lastName>
<ns1:age> <pfx:age>
<xsl:value-of select="number($Map-Data/root/age)"/> <xsl:value-of select="number($Map-Data/root/age)"/>
</ns1:age> </pfx:age>
<ns1:dateOfBirth> <pfx:dateOfBirth>
<xsl:value-of select="$Map-Data/root/date-of-birth"/> <xsl:value-of select="$Map-Data/root/date-of-birth"/>
</ns1:dateOfBirth> </pfx:dateOfBirth>
<ns1:dateOfDeath> <pfx:dateOfDeath>
<xsl:value-of select="$Map-Data/root/date-of-death"/> <xsl:value-of select="$Map-Data/root/date-of-death"/>
</ns1:dateOfDeath> </pfx:dateOfDeath>
</ns1:author> </pfx:author>
</root> </root>
</pd:inputBindings> </pd:inputBindings>
</pd:activity> </pd:activity>