I need your help

2004-10-14 Thread KS.Bhaskar
Hi Everybody, What is the equivalent of chart element of XSLT in XSL-FO. ? Thanks in advance. Regards, Bhaskar DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient

date format required

2004-09-20 Thread KS.Bhaskar
Hi everybody, I am getting date from XML as 2004-09-02T11:51:46.606+01:00 but I would like to display as 2004-09-02-hh.mm.ss i.e., as 2004-09-02-11.51.46 how can implement using string functions in XSLT. Thanks in advance. Regards, Bhaskar DISCLAIMER:This message contains

Splitting large XML file into small XMLs

2004-09-17 Thread KS.Bhaskar
Hi guys, I have large XML file it has thousands of XML files embedded in it tell a better way to separate this. This is the format of file: ?xml version=1.0 encoding=UTF-8? non_xml_data![CDATA[?xml version=1.0 encoding=UTF-8 standalone=yes? DBGMMessage SchemaVersion=2.0

XSLT tag needed

2004-09-16 Thread KS.Bhaskar
Hi everybody, I am sending two tags can anybody please tell me how to get the value of it in XSLT. The tags are: ns1:BusObjectType xmlns:ns1=DbGMLPriceBusHdrMARKETDATA/RISK/CDS/IPV/ns1:BusObjectType ns2:BusObjectOwner xmlns:ns2=DbGMLPriceBusHdrtbd/ns2:BusObjectOwner If

FW: Delimiter as Tab, Please help me

2004-09-16 Thread KS.Bhaskar
Hi everybody, Please send me the solution if anybody has. Also give me some hints regarding new line characters, user defined delimiters. Thanks in advance. Regards, Bhaskar From: K S Bhaskar -ICEXT Sent: Wednesday, September 15, 2004 4:32 PM To: '[EMAIL PROTECTED]'

RE: XSLT tag needed

2004-09-16 Thread KS.Bhaskar
Hi Pascal, Yes, you are right. Thanks, Bhaskar -Original Message- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:35 PM To: [EMAIL PROTECTED] Subject: RE: XSLT tag needed Hi, Probably your ns1 namespace is not defined in your XSLT. You

Checking for EMPTY tag

2004-09-16 Thread KS.Bhaskar
Hi everybody, I have the following tags. stdudent nameBhaskar/name age25/age collegeMSRIT/college /student stdudent nameAppu/name age/age collegeRVCE/college /student Since age tag of second is empty. I want display the empty tag as NA. Please help how to

Equivalent of br in xsl

2004-09-16 Thread KS.Bhaskar
Hi everybody, I need xsl tag which is Equivalent br in xsl. Since I am generating output in text format I need equivalent of new line character \n. Regards, Bhaskar DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual

Delimiter as Tab, Please help me

2004-09-15 Thread KS.Bhaskar
Hi everybody, How can I implement tab as a delimiter , XSL. Please help me Thanks in advance. Regards, Bhaskar DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you

Please help in XSLT

2004-09-14 Thread KS.Bhaskar
Hi Everybody, Please help. I have a XML file in that I have parent tags and two child tag. Example : a b /b c i /i j /j /c i /i j /j c i /i j /j /c /a I need XSLT solutions to: 1) How I can implement, every repeat of c I have to combine

RE: Please help in XSLT

2004-09-14 Thread KS.Bhaskar
Hi Charles, Thanks for your reply. Now I need some clarification so I am sending the format. XML content: Curve CurveLevelInfo RecoveryRate0.100/RecoveryRate Liquidity0/Liquidity

RE: Answer- XSLT

2004-09-14 Thread KS.Bhaskar
Hi Jerald, Thanks for help. I tried with what you have sent but still I am not getting What I required. Output that what I am getting is : JPY ACOM IPV 2004-08-17+04:00 LDN ICT 0 COB 0.100: 0: 2004-07-22+04:00:

RE: XSLT

2004-09-14 Thread KS.Bhaskar
Hi Jerald, Just now I tried with the XSL file you have sent. It is working fine. Thank you very much. Bye, Bhaskar From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 6:32 PM To: K S Bhaskar -ICEXT Subject: XSLT Bhaskar,

RE: Please help me( Error in Servlet to run fop)

2004-08-20 Thread KS.Bhaskar
Hello Glen, I am set path for jar files correctly and also I already replaced my jar files with new ones. Also I am sending the log file generated by Tomcat. Please advise me. And thanks for your suggestions. Regards, Bhaskar -Original Message- From: Glen Mazza [mailto:[EMAIL

Please help me( Error in Servlet to run fop)

2004-08-19 Thread KS.Bhaskar
Hi everybody, I am using fop to generate report. I have set the path of JAR file properly. But when tried to create object for Driver() class it is throwing an error. I sending attachment (Error.txt) file containing error message and I using Tomcat1.4. Thanks in advance.

fop Not running on Tomcat4.1

2004-08-13 Thread KS.Bhaskar
Hi Everybody, I am using fop.jar downloaded from http://xml.apache.org/dist/fop. I am able to generate pdf file by writing a java program but when try to create pdf in the application running on Tomcat 4.1 server it is giving an error saying Final class can not be inherited. But the

How remove page breaks ?

2004-06-16 Thread KS.Bhaskar
Hi all, I am using fo:page-sequence to come out of Memory problem. But I am getting pdf with page breaks How to remove this With Regards Bhaskar

RE: Wrapping too long words?

2004-06-15 Thread KS.Bhaskar
Hi Johannes, Use hyphenate=true language=en to overcome the problem. Bye From: Johannes Franz [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 9:17 PM To: [EMAIL PROTECTED] Subject: Wrapping too long words? Hi there, i have the following problem.

Easy solution to OutOfMemory Problem

2004-06-15 Thread KS.Bhaskar
Hi everybody, I am using many page-sequence tags to overcome the problem. But if the data in the XML file is less than the expected then it displays the Empty Pages in the output. Can anybody tell me how to avoid this. Thanks for nice suggestions by Derek Schenk, Glen Mazza,

Dynamic generation of fo:page-sequence in static XSL page

2004-06-15 Thread KS.Bhaskar
Hi all, Is there any tag or way to generate fo:page-squence dynamically in a static XSL page (like looping) depending on the information available in XML page. With Regards Bhaskar

RE: Help me from Outmemory issue

2004-06-14 Thread KS.Bhaskar
Hi Glen, Thanks for help. Tell me elaborately what you mean by 'more page sequences'. Is it more number of fo:simple-page-master or more number of fo:page-sequence-master master-name=contents referring to single-page-master. With regards Bhaskar -Original Message- From: Glen Mazza

RE: How to handle in fop

2004-06-11 Thread KS.Bhaskar
Hi Anderson, Thanks for your suggestion With regards Bhaskar -Original Message- From: Thorbjørn Ravn Andersen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 2:54 PM To: [EMAIL PROTECTED] Subject: Re: How to handle in fop [EMAIL PROTECTED] wrote: Hi everybody, When the data

How to handle in fop

2004-06-10 Thread KS.Bhaskar
Hi everybody, When the data contains like CUSTOMER_NAME= LG ASSURANCE SOCIETY LTD fop is throwing the following error: Caused By : javax.xml.transform.TransformerException : org.xml.sax.SAXParseExcep tion: The reference to entity G must end with the ';' delimiter. Can anybody help

RE: How to handle in fop

2004-06-10 Thread KS.Bhaskar
Hi Pascal, Thanks for your help. With Regards Bhaskar -Original Message- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 4:13 PM To: [EMAIL PROTECTED] Subject: RE: How to handle in fop Hi, following XML entities should be used when needed: amp; () lt; ()

Plase Help in solving wrap option

2004-06-08 Thread KS.Bhaskar
Hi Everybody, I have stuck in handling WRAP option, I am using the following code in my table but in the display still I am not able to get the result i.e the data which is more than the column width will be continued to the next column . fo:table-column column-width=40mm

Please help me in Page border

2004-06-08 Thread KS.Bhaskar
Hi everybody, Is there any way to have page border for the document ? How to implement it in multiple pages? If yes, How to implement it in multiple pages? please help me. With regards Bhaskar

RE: Plase Help in solving wrap option

2004-06-08 Thread KS.Bhaskar
Hi Chris, Thanks for your help now I am getting proper output. With Regards Bhaskar -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 2:54 PM To: [EMAIL PROTECTED] Subject: Re: Plase Help in solving wrap option [EMAIL PROTECTED] wrote: Hi

Help me in Page Border

2004-06-08 Thread KS.Bhaskar
Hi everybody, I am using fo:repeatable-page-master-reference master-reference=only/ to display multiple pages. I want a page border to enclose the content so I am using fo:block-container to hold the content of table but with this option the multiple pages are not displaying. It just

Please help me

2004-06-04 Thread KS.Bhaskar
Hi everybody When execute the command fop infile xml prac.xml xsl prac.xsl pdf prac.pdf I am getting the pdf file with single page only, though there are many data in the xml file. Earlier it was working fine means I was getting 3 pages in the pdf file. But after me using