I need to extract Data from my XML file in to format (PDF or Doc). My Output in my programme Java is a XML file with this content: 1.Balise html to content Type of document,Name of Title,Creation-Date,And Name of creator(All information about each document that it create by default with Gate GUI developper in Application). 2.Annotation to Address,and P (Paragraphe). Here is part of my XML File.Now i dont have any idea for how to extract my data and convert it to PDF file! Are the CSS2XSLFO could help me or not ?if yes how i can integerate that in my programme ?
<html gate:gateId="0" gate:annotMaxId="759">
<head gate:gateId="1">
<meta gate:gateId="2" content="1" name="xmpTPg:NPages">
.
.
.
<meta gate:gateId="10" content="Microsoft® Word 2010" name="creator">
<title gate:gateId="11"/>
</meta>
</meta>
</head>
<body gate:gateId="12">
<div gate:gateId="13" class="page">
<p gate:gateId="14"><p gate:gateId="15"> Alain Paquet Né le 21 02 1963
</p>
<p gate:gateId="16"> </p>
<Address gate:gateId="691" rule1="IPaddress2" kind="ip" rule2="IpFinal">06 14 64 76 05</Address>
</p>
</div>