Monday, July 29, 2013

XML Publisher Details (Quote letter)

XML Publisher Details: (Quote letter)

     Using XML publisher we can create new template source and new data template. Both will be mapped using  the "Template Short Code" and Application name

Creating Template Source: (Layout template RTF format):

Navigation: XML Publisher Administrator -->Home -->Template

Database table: XDO_TEMPLATES_VL

Creating Data Template: (Data content with dynamic sql validation: xml format ):

Navigation: XML Publisher Administrator -->Home -->Data Definition


Database table: XDO_LOBS


Final OutPut Logic: 

1) RTF --> XSL  (Java API used: RTFProcessor rtfprocessor = new RTFProcessor();)
2)XML-->XML   (Java API Used: DataProcessor dataProcessor = new DataProcessor();)

Output: XSL+XML =>PDF format (Java API Used: FOProcessor processor = new FOProcessor();)

No comments:

Post a Comment