Description:
Watermarking enables certain rights over content, which has been successfully applied in multimedia applications. However, it is not trivial to use the known effective watermarking schemes to XML data, since noisy data may not be accepted due to its structures and node extents.
This blog outlines the steps involved to include the Watermark Text to XML reports.
Let’s assume a base template as below :
Summary |
This Post described the script Create Project party in oracle projects accounting using PA_PROJECT_PARTIES_PUB.CREATE_PROJECT_PARTY in Oracle EBS. |
Got any queries? |
Do drop a note by writing us at contact@doyensys.com or use the comment section below to ask your questions. |
Step 1:
Create an XML tag for the watermark text
Step 2:
Create variable inside XML tag as follows
xsl:variable name=”wMark”
After variable give condition based on requirement
For example:
<xsl:variable name=”wMark” select=”xdoxslt:ifelse(.//G_ERROR/MSG!=’N’,’Error : Missing of Item Description ‘,”) “/>
Step 3:
Create a custom watermark and select radio button as Text watermark
Page Layoutà watermark text
Text field should be <?$wMark?>
Note: It Should Match with the Name Specified while Creating the Variable.
Click on Apply
Step 4:
Load XML data and see the preview below
Output :
Summary: |
This Post described the script Create Project party in oracle projects accounting using WaterMark Text in XML Publisher report. |
Got any queries?: |
Do drop a note by writing us at contact@doyensys.com or use the comment section below to ask your questions. |