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="turbo.palette.version" value="5.6.1"/>
<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.process.palette.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="palette.generalpalette.version" value="5.3.0"/>

View File

@@ -50,26 +50,26 @@
</config>
<pd:inputBindings>
<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:value-of select="number($Map-Data/root/id)"/>
</xsl:attribute>
<ns1:firstName>
<pfx:firstName>
<xsl:value-of select="$Map-Data/root/firstname"/>
</ns1:firstName>
<ns1:lastName>
</pfx:firstName>
<pfx:lastName>
<xsl:value-of select="$Map-Data/root/lastname"/>
</ns1:lastName>
<ns1:age>
</pfx:lastName>
<pfx:age>
<xsl:value-of select="number($Map-Data/root/age)"/>
</ns1:age>
<ns1:dateOfBirth>
</pfx:age>
<pfx:dateOfBirth>
<xsl:value-of select="$Map-Data/root/date-of-birth"/>
</ns1:dateOfBirth>
<ns1:dateOfDeath>
</pfx:dateOfBirth>
<pfx:dateOfDeath>
<xsl:value-of select="$Map-Data/root/date-of-death"/>
</ns1:dateOfDeath>
</ns1:author>
</pfx:dateOfDeath>
</pfx:author>
</root>
</pd:inputBindings>
</pd:activity>