fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user