Faktura
Last updated
Was this helpful?
Was this helpful?
{
"name": "PURCHASE_ORDER",
"path":"path_to_source"
}<tr>
<!-- Other columns ... -->
<td>
<!-- PO number -->
<xsl:variable name="variable_name" select="value" />
<xsl:value-of
select="path_to_attribute"
/>
</td>
</tr>