Search found 2 matches

by garberfc
Mon May 09, 2016 3:42 pm
Forum: XSLT and FOP
Topic: XPath not finding attribute
Replies: 1
Views: 1689

Re: XPath not finding attribute

I was able to figure out the solution. Encase others find themselves in a similar problem, here's the solution:

<xsl:if test="self::*[@type='EXTERNAL_TRANSFER']">
by garberfc
Fri May 06, 2016 5:16 pm
Forum: XSLT and FOP
Topic: XPath not finding attribute
Replies: 1
Views: 1689

XPath not finding attribute

Hello All, I have the following XML structure: <document> <scheduled_payments> <scheduled_payment id="31533715" status="ACTIVE" updated_user="0" type="EXTERNAL_TRANSFER"> <amount value="-50" formattedValue="-50.00"/> I have this variable se...