BI Publisher (MOSC)

MOSC Banner

alternative rtf function for xsl function

edited Mar 9, 2015 10:00AM in BI Publisher (MOSC) 1 commentAnswered

Hi,

I am looking for an equivalent rtf function for the following:

<xsl:value-of  select="/PO_DATA/MESSAGE/MESSAGE_ROW/[MESSAGE='PO_FO_AGREEMENT_CANCELED'][1]/TEXT"/>

Is this possible in RTF?

My goal is to select a specific row from a list (based on the MESSAGE element):

<MESSAGE>

  <MESSAGE_ROW>

   <MESSAGE>PO_FO_ADJUSTED_AMT</MESSAGE>

   <TEXT>Adjusted Amount</TEXT>

  </MESSAGE_ROW>

  <MESSAGE_ROW>

   <MESSAGE>PO_FO_ADVANCE</MESSAGE>

   <TEXT>Advance:</TEXT>

  </MESSAGE_ROW>

  <MESSAGE_ROW>

   <MESSAGE>PO_FO_AGREEMENT_CANCELED</MESSAGE>

   <TEXT>This agreement CANCELED on</TEXT>

  </MESSAGE_ROW>

  <MESSAGE_ROW>

   <MESSAGE>PO_FO_AMOUNT_AGREED</MESSAGE>

   <TEXT>Amount Agreed</TEXT>

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