Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How generate PDF form XML

843834Sep 23 2008 — edited Oct 24 2008
I have a XML in the following format
  <?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
- <PP gemfgid="DEAPP4144T11G03" type="AssyPPart_GEAE" Value="">
- <WS gemfgid="DEAWS4144T11G03_AGB10" type="AssyWkstn_GEAE" Value="">
  <OP gemfgid="DEAOP4144T11G03_AGB10_000" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_010" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_020" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_030" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_040" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_050" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_060" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_070" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_080" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  <OP gemfgid="DEAOP4144T11G03_AGB10_090" type="AssyOp_GEAE" Value="" tceid="" rev="" pp="" ws="" op="" opDesc="" mOpersKey="" intro="" cutOff="" releaseStatus="" /> 
  </WS>
  </PP>
I want to generate hte PDF in following format
PP
I__WS
    I___OP
Please help how write a "fo" file for this and generate the PDF
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2008
Added on Sep 23 2008
1 comment
302 views