BI Publisher (MOSC)

MOSC Banner

XML bursting based on Language

edited Aug 27, 2015 1:17PM in BI Publisher (MOSC) 21 commentsAnswered ✓

In the below one I'm able to burst the invoice pdf's to a specific folder.

But I have the requirement so that the invoice should print based on the language. We have different operating units where we have to print in that language like dutch,english,hindi etc.. based on the customer 

<?xml version="1.0" encoding="UTF-8"?>

<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">

<xapi:request select="/EVENT/G_EVENT/ROW">

<xapi:delivery>

<xapi:filesystem id="FILE_DELIVERY" output="/tmp/Invoice_Migration/${CUST_ACCOUNT_NUMBER}.pdf"/>

</xapi:delivery>

<xapi:document output="${CUST_ACCOUNT_NUMBER}" output-type="pdf" delivery="FILE_DELIVERY">

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