BI Publisher (MOSC)

MOSC Banner

Error is XSL Template: End tag 'xsl:for-each' does not match the start tag

edited Feb 7, 2017 4:00AM in BI Publisher (MOSC) 8 commentsAnswered

I'm modifying the standard SEPA template for several banks. In the current one, I'm getting the error End tag 'xsl:for-each' does not match the start tag. I don't understand why. I think I've ended every statement. In the standard output from Payment Processing, there are two consecutive occurrences of BankInstructionCode. There may be a better way to code the template so these two fields are output to different tags. I couldn't find it.

Here's the data example:

- <BankInstruction>

<BankInstructionCode>SEPA<BankInstructionCode />

<Meaning />

<FormatValue />

</BankInstruction>

- <BankInstruction>

  <BankInstructionCode>NORM<BankInstructionCode />

<Meaning />

<FormatValue />

</BankInstruction>

Here's a snippet of the template.

<PmtTpInf>

<xsl:for-each select="/OutboundPaymentInstruction/PaymentInstructionInfo/BankInstruction" />

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center