Hi..
Im hereby attaching a sample XML which im using for coversion to PDF and the
desired PDF.
here is my xml file :-
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="coun.xslt"?>
<root record_count="45">
<header>My Report Header</header>
<name>My Report</name>
<footer>My Report Footer</footer>
<object ID="090032ae80006f3b">
<r_object_id>090032ae80006f3b</r_object_id>
<object_name>09/11/2006 05:41:26
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 05:41:28 AM</r_creation_date>
</object>
<object ID="090032ae80006f3e">
<r_object_id>090032ae80006f3e</r_object_id>
<object_name>09/11/2006 06:10:57
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 06:10:58 AM</r_creation_date>
</object>
<object ID="090032ae80006f45">
<r_object_id>090032ae80006f45</r_object_id>
<object_name>09/11/2006 06:40:58
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 06:40:59 AM</r_creation_date>
</object>
<object ID="090032ae80006f48">
<r_object_id>090032ae80006f48</r_object_id>
<object_name>09/11/2006 07:11:29
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 07:11:30 AM</r_creation_date>
</object>
<object ID="090032ae80006f4b">
<r_object_id>090032ae80006f4b</r_object_id>
<object_name>09/11/2006 07:11:59 dm_GwmTask_Alert</object_name>
<r_creation_date>09/11/2006 07:11:59 AM</r_creation_date>
</object>
<object ID="090032ae80006f4f">
<r_object_id>090032ae80006f4f</r_object_id>
<object_name>09/11/2006 07:41:29
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 07:41:31 AM</r_creation_date>
</object>
<object ID="090032ae80006f52">
<r_object_id>090032ae80006f52</r_object_id>
<object_name>09/11/2006 08:05:30 dm_GwmTask_Alert</object_name>
<r_creation_date>09/11/2006 08:05:31 AM</r_creation_date>
</object>
<object ID="090032ae80006f56">
<r_object_id>090032ae80006f56</r_object_id>
<object_name>09/11/2006 08:10:30
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 08:10:31 AM</r_creation_date>
</object>
<object ID="090032ae80006f59">
<r_object_id>090032ae80006f59</r_object_id>
<object_name>09/11/2006 08:41:01
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 08:41:02 AM</r_creation_date>
</object>
<object ID="090032ae80006f5c">
<r_object_id>090032ae80006f5c</r_object_id>
<object_name>09/11/2006 09:00:32 dm_GwmTask_Alert</object_name>
<r_creation_date>09/11/2006 09:00:33 AM</r_creation_date>
</object>
<object ID="090032ae80006f5f">
<r_object_id>090032ae80006f5f</r_object_id>
<object_name>080032ae80000282</object_name>
<r_creation_date>09/11/2006 09:00:33 AM</r_creation_date>
</object>
<object ID="090032ae80006f60">
<r_object_id>090032ae80006f60</r_object_id>
<object_name>Contracts Client ReportMMDDYYYY</object_name>
<r_creation_date>09/11/2006 09:02:41 AM</r_creation_date>
</object>
<object ID="090032ae80006f62">
<r_object_id>090032ae80006f62</r_object_id>
<object_name>09/11/2006 09:11:02
dm_DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 09:11:04 AM</r_creation_date>
</object>
<object ID="090032ae80006f64">
<r_object_id>090032ae80006f64</r_object_id>
<object_name>DataDictionaryPublisher</object_name>
<r_creation_date>09/11/2006 09:11:04 AM</r_creation_date>
</object>
<object ID="670032ae80000100">
<r_object_id>670032ae80000100</r_object_id>
<object_name>CSEC Plugin</object_name>
<r_creation_date>06/15/2006 07:33:03 PM</r_creation_date>
</object>
</root>
Iam attaching the snapshot of the desired PDF.
Rick Roen wrote:
>
> Vijay,
>
> This seems more like a question about XML -> XSLT conversion.
>
> A better group for that would be [EMAIL PROTECTED]
>
> Perhaps if you posted your XSLT and brief example of your XML we, or
> xsl-lists could be of more help, or if I misunderstand a more complete
> explanation of your problem since I don't understand specifically what it
> is.
>
> The general process is XML + XSLT -> XSL-FO -> PDF. The XSL-FO -> PDF is
> quite easy and described in detail on the FOP web site.
>
> Rick
>
> -----Original Message-----
> From: vijay [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 18, 2006 7:11 AM
> To: [email protected]
> Subject: xml to pdf (generic)
>
>
> Hi all.
> This is a problem related to the conversion from XML to PDF.
> I have a system generated dynamic XML(where the child nodes may vary
> accordingly) that i need to convert to a PDF format file using xsl-fo.
> In the required PDF the node values in the system XML should appear in
> proper row n column format.
>
> for example if the XML contains 2 childs under the root node n the child
> nodes further contain 4 childs so the table will b of the size: 2*4( i.e.
> 2
> rows n 4 cols)
>
>
> thanks in advance
>
>
> --
> View this message in context:
> http://www.nabble.com/xml-to-pdf-%28generic%29-tf2291175.html#a6363356
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
http://www.nabble.com/file/28/snapshot_pdf.doc snapshot_pdf.doc
--
View this message in context:
http://www.nabble.com/xml-to-pdf-%28generic%29-tf2291175.html#a6388341
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]