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 you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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
xsi:schemaLocation=DbGMLPrice dbgml.marketdata.xsd Risk
marketdata.risk.xsd xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns=DbGMLPrice

 BusinessHdr xmlns=





 /BusinessHdr

/DBGMMessage]]/non_xml_data

?xml version=1.0
encoding=UTF-8?

non_xml_data![CDATA[?xml version=1.0 encoding=UTF-8
standalone=yes?

DBGMMessage SchemaVersion=2.0
xsi:schemaLocation=DbGMLPrice dbgml.marketdata.xsd Risk
marketdata.risk.xsd xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xmlns=DbGMLPrice

 BusinessHdr xmlns=





 /BusinessHdr

/DBGMMessage]]/non_xml_data









DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 try to give xsl:value-of select=ns1:BusObjectType/

  xsl:value-of select=ns2:BusObjectOwner/  



 XALAN parser is giving an error saying :



 SystemId Unknown; Line #8; Column #44; XSLT
Error (javax.xml.transform.Transform

erConfigurationException):
javax.xml.transform.TransformerException: javax.xml.t

ransform.TransformerException:
Prefix must resolve to a namespace: ns1



Thanks 

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 should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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]'
Subject: Delimiter as Tab, Please
help me





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 should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 sould add appropriate declaration in the stylesheet tag of your XSLT:
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform 
http://www.w3.org/1999/XSL/Transform  xmlns:ns1=DbGMLPriceBusHdr
 
Pascal


 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Envoyé : jeudi 16 septembre 2004 05:32
 À : [EMAIL PROTECTED]
 Objet : XSLT tag needed 
 
 
 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 try to give xsl:value-of select=ns1:BusObjectType/
xsl:value-of select=ns2:BusObjectOwner/
 
  
 XALAN parser is giving an error saying :
  
 SystemId Unknown; Line #8; Column #44; XSLT Error 
 (javax.xml.transform.Transform
 erConfigurationException): javax.xml.transform.TransformerException: 
 javax.xml.t
 ransform.TransformerException: Prefix must resolve to a namespace: ns1
  
 Thanks 
 Bhaskar


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





DISCLAIMER:
This message contains privileged and confidential information and is intended 
only for the individual named.If you are not the intended recipient you should 
not disseminate,distribute,store,print, copy or deliver this message.Please 
notify the sender immediately by e-mail if you have received this e-mail by 
mistake and delete this e-mail from your system.E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be 
intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain 
viruses.The sender therefore does not accept liability for any errors or 
omissions in the contents of this message which arise as a result of e-mail 
transmission. If verification is required please request a hard-copy version.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 handle this.




Output what I need is:




Bhaskar:25:MSRIT


Appu:NA:RVCE




 What it did is it put the content of name, age,
college tags to variables n1, n2, n3.

 xsl:variable name=n1 select=name/

 xsl:variable name=n2 select=age/

 xsl:variable name=n3 select=college/



 Tell me now how to check for empty. If empty I
have replace it with NA. 



 



Thanks in advance.



Bye,

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 should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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 the content of b.

 2) How I can display the content of i
and j in a single row with : colon as delimiter.



Thanks in advance



Bye,

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 should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 




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

DefaultedDate2004-07-22+04:00/DefaultedDate

 
LastUpdate2004-07-22T00:00:00+04:00/LastUpdate

LastUpdateUserwhinbr/LastUpdateUser

TraderFUKUDA/Trader

StatusACTIVE/Status

SectorCONSUMER FINANCE/Sector

CountryJapan/Country

RegionTOKYO/Region

CurveTypeSingle Name/CurveType

BookTOKYO/Book

SourceOfficial/Source

/CurveLevelInfo

SourcedPoint methodology=3

Tenor3Y/Tenor

BidRate0/BidRate

MidRate101./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor2Y/Tenor

BidRate0/BidRate

MidRate89./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor6M/Tenor

BidRate0/BidRate

MidRate65./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor30Y/Tenor

BidRate0/BidRate

MidRate245./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor4Y/Tenor

BidRate0/BidRate

MidRate113./MidRate

OfferRate0/OfferRate

/SourcedPoint

 /curve

 

Expected output is :

 

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:3Y::0:101.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:2Y:0:89.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:6M:0:65.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:30Y:0:245.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:4Y:0:113.:0

 

Here every repeat of tag SourcePoint and have append the content of
tag CurveLevelInfo.


With Regards,
Bhaskar

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 5:36 PM
To: [EMAIL PROTECTED]
Subject: RE: Please help in XSLT

You didn't give us a clear idea of what the output should look like. For
example, what XML structure is implied by the content of i and j in
a single row? Do you want an XML element or simply an unstructured text
output? The following is a solution to what I guessed your desired
output to be. Please be specific on the output format if you need more
help.

?xml version=1.0 encoding=UTF-8 ?
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
  xsl:output method=xml indent=yes encoding=UTF-8 /

  xsl:template match=/
xsl:apply-templates /
  /xsl:template

  xsl:template match=a
xsl:apply-templates /
  /xsl:template
  
  xsl:template match=c
c
  xsl:value-of select=.
  xsl:value-of select=preceding-sibling::b /
  xsl:apply-templates /
/c
  /xsl:template
  
  xsl:template match=i
xsl:value-of select=.:xsl:value-of
select=following-sibling::j /
  /xsl:template
  
  xsl:template match=b /
  xsl:template match=j /

/xsl:stylesheet
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: [EMAIL PROTECTED]
Sent: Tue, 14 Sep 2004 14:29:43 +0530
To:   [EMAIL PROTECTED]
Subject:  Please help in XSLT

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   



 

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: 

 2004-07-22T00:00:00+04:00:

 whinbr:

 FUKUDA:

 ACTIVE:

 CONSUMER FINANCE:

 Japan:

 TOKYO:


 Single Name:

 TOKYO:


 Official:

3Y: 0: 101.: 02Y: 0:
89.: 06M: 0: 65.: 030Y: 0: 245.: 04Y: 0:
113.: 015Y: 0: 215.: 07Y: 0: 155.: 09Y: 0:
185.: 06Y: 0: 140.: 05Y: 0: 125.: 012M: 0:
77.: 08Y: 0: 170.: 010Y: 0: 200.: 020Y: 0:
230.: 0



But what I required is :



0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:3Y::0:101.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:2Y:0:89.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:6M:0:65.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:30Y:0:245.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:4Y:0:113.:0



You can observe one in
the expected out file , for every  SourcedPoint we should repeat the  CurveLevelInfo



Please
Help me.





With
Regards,

Bhaskar









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004
5:48 PM
To: K S
 Bhaskar -ICEXT; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Answer- XSLT





Bhaskar,



I solved the Problem and I tested with
XSLT Transformer its working fine, take this





?xml version=1.0
encoding=UTF-8?



xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org./1999/XSL/Transform



xsl:output method=xml
version=1.0 encoding=UTF-8 indent=yes/



xsl:template match=Curve





 xsl:value-of
select=CurveLevelInfo/RecoveryRate:



 xsl:value-of
select=CurveLevelInfo/Liquidity: 



 xsl:value-of
select=CurveLevelInfo/DefaultedDate: 



 xsl:value-of
select=CurveLevelInfo/LastUpdate:



 xsl:value-of
select=CurveLevelInfo/Trader:



 xsl:value-of
select=CurveLevelInfo/Status: 



 xsl:value-of
select=CurveLevelInfo/Sector:



 xsl:value-of
select=CurveLevelInfo/Country:



 xsl:value-of
select=CurveLevelInfo/Region: 



 xsl:value-of
select=CurveLevelInfo/CurveType:



 xsl:value-of
select=CurveLevelInfo/Book: 



 xsl:value-of
select=CurveLevelInfo/Source::



xsl:for-each
select=SourcedPoint 




xsl:value-of select=Tenor: xsl:value-of select= BidDate::
xsl:value-of select=MidDate: xsl:value-of select= OfferDate



/xsl:for-each



/xsl:template



/xsl:stylesheet



regards

Jerald S





-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 3:10
PM
To: Jerald Selvaraj (WT01 -
FINANCE - SECURITIES)
Subject: RE: Please help in XSLT



Hi Jerald,




I am sending the XML format and expected output format.


XML content:




Curve


 CurveLevelInfo



RecoveryRate0.100/RecoveryRate



Liquidity0/Liquidity



DefaultedDate2004-07-22+04:00/DefaultedDate



LastUpdate2004-07-22T00:00:00+04:00/LastUpdate



LastUpdateUserwhinbr/LastUpdateUser



TraderFUKUDA/Trader



StatusACTIVE/Status



SectorCONSUMER FINANCE/Sector



CountryJapan/Country



RegionTOKYO/Region



CurveTypeSingle Name/CurveType


 BookTOKYO/Book



SourceOfficial/Source


 /CurveLevelInfo


 SourcedPoint
methodology=3



Tenor3Y/Tenor



BidRate0/BidRate



MidRate101./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor2Y/Tenor



BidRate0/BidRate



MidRate89./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor6M/Tenor



BidRate0/BidRate



MidRate65./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor30Y/Tenor



BidRate0/BidRate



MidRate245./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor4Y/Tenor



BidRate0/BidRate



MidRate113./MidRate



OfferRate0/OfferRate


 /SourcedPoint


/curve



Expected output is :



0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:3Y::0:101.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:2Y:0:89.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single 

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,









 I have done another xslt
becuase I did not have tim to try with the one you send. The one which I had
written is working exaclty. I have attached a copy of it please go thru it. 











This Was the Output I got





0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:3Y:0:101.:0:





0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:2Y:0:89.:0:

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:6M:0:65.:0:

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:30Y:0:245.:0:

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:4Y:0:113.:0:











rgds,





Jerald S





===



xsl:for-each
select=CurveLevelInfo


xsl:value-of select=RecoveryRate: xsl:value-of select=
Liquidity: xsl:value-of select= DefaultedDate: xsl:value-of
select= LastUpdate:xsl:value-of select= Trader:
xsl:value-of select= Status: xsl:value-of select=Sector:
xsl:value-of select= Country: xsl:value-of select=Region:
xsl:value-of select=Curve:xsl:value-of select=Book: xsl:value-of
select= Source:/for-each:xsl:for-each
select=SourcePoint xsl:value-of select=Tenor:
xsl:value-of select= BidDate:: xsl:value-of select=MidDate:
xsl:value-of select= OfferDate/for-each







-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004
3:10 PM
To: Jerald Selvaraj (WT01 -
FINANCE - SECURITIES)
Subject: RE: Please help in XSLT



Hi Jerald,




I am sending the XML format and expected output format.


XML content:




Curve


 CurveLevelInfo



RecoveryRate0.100/RecoveryRate



Liquidity0/Liquidity



DefaultedDate2004-07-22+04:00/DefaultedDate



LastUpdate2004-07-22T00:00:00+04:00/LastUpdate



LastUpdateUserwhinbr/LastUpdateUser



TraderFUKUDA/Trader



StatusACTIVE/Status



SectorCONSUMER FINANCE/Sector



CountryJapan/Country



RegionTOKYO/Region



CurveTypeSingle Name/CurveType


 BookTOKYO/Book



SourceOfficial/Source


 /CurveLevelInfo


 SourcedPoint
methodology=3



Tenor3Y/Tenor



BidRate0/BidRate



MidRate101./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor2Y/Tenor



BidRate0/BidRate



MidRate89./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor6M/Tenor



BidRate0/BidRate



MidRate65./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint
methodology=3



Tenor30Y/Tenor



BidRate0/BidRate



MidRate245./MidRate



OfferRate0/OfferRate


 /SourcedPoint


 SourcedPoint methodology=3



Tenor4Y/Tenor



BidRate0/BidRate



MidRate113./MidRate



OfferRate0/OfferRate


 /SourcedPoint


/curve



Expected output is :



0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:3Y::0:101.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:2Y:0:89.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:6M:0:65.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:30Y:0:245.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:CONSUMER
FINANCE:Japan:TOKYO:Single Name:TOKYO:Official:4Y:0:113.:0



Here every repeat of tag
SourcePoint and have append the content of tag CurveLevelInfo.

What you have sent is not
working.



Please help me.



Thanks in advance.



Regards,

Bhaskar

















From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004
2:52 PM
To: K S
 Bhaskar -ICEXT
Subject: Please help in XSLT





Bhaskar,



I hope the following code will fulfill your needs



xsl:for-each select =a

 xsl:value-of
select=b

 xsl:for-each
select=c


xsl:value-of select=I/ : xsl:value-of select=j/

 /xsl:for-each

/xsl:for-each




Regards

Jerald S






-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004
2:30 PM
To: [EMAIL 

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 PROTECTED] 
Sent: Thursday, August 19, 2004 10:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Please help me( Error in Servlet to run fop)

Hello Bhaskar, 

Looking at the error stack at the point where FOP was
invoked, it is possible you're having a problem with
the xerces and xalan jars in the servlet container.

Either (1) they're not present in either the shared/
or common/ directories of the servlet container, or
(2) they are, but they're old/buggy versions.  My
guess would be (1)--it just can't find the XML
libraries.  

HTH,
Glen


org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:120
)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:140)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:125)
at
org.apache.xerces.jaxp.SAXParserImpl.(SAXParserImpl.java:102)
at 
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactor
yImpl.java:95)
at
org.apache.fop.apps.Driver.getParserClassName(Driver.java:208)


--- [EMAIL PROTECTED] wrote:

 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.
 
  
 
 Regards,
 
 Bhaskar
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



2004-08-20 10:51:08 HostConfig[localhost]: Deploying configuration descriptor 
admin.xml
2004-08-20 10:51:09 HostConfig[localhost]: Deploying configuration descriptor 
manager.xml
2004-08-20 10:51:09 WebappLoader[/manager]: Deploying class repositories to 
work directory C:\Program Files\Apache Group\Tomcat 
4.1\work\Standalone\localhost\manager
2004-08-20 10:51:09 ContextConfig[/manager]: Configured an authenticator for 
method BASIC
2004-08-20 10:51:09 StandardManager[/manager]: Seeding random number generator 
class java.security.SecureRandom
2004-08-20 10:51:09 StandardManager[/manager]: Seeding of random number 
generator has been completed
2004-08-20 10:51:09 StandardWrapper[/manager:default]: Loading container 
servlet default
2004-08-20 10:51:09 StandardWrapper[/manager:invoker]: Loading container 
servlet invoker
2004-08-20 10:51:09 HostConfig[localhost]: Deploying web application directory 
bas
2004-08-20 10:51:09 StandardHost[localhost]: Installing web application at 
context path /bas from URL file:C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas
2004-08-20 10:51:09 WebappLoader[/bas]: Deploying class repositories to work 
directory C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\bas
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy class files /WEB-INF/classes to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\classes
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/avalon-framework-cvs-20020806.jar to C:\Program Files\Apache 
Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\avalon-framework-cvs-20020806.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/batik.jar to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\batik.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/iflex_common_1_0_0.jar to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\iflex_common_1_0_0.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/xalan-2.4.1.jar 
to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\xalan-2.4.1.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/xercesImpl-2.2.1.jar to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\xercesImpl-2.2.1.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/xml-apis.jar to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\xml-apis.jar
2004-08-20 10:51:10 StandardManager[/bas]: Seeding random number generator 
class java.security.SecureRandom
2004-08-20 10:51:10 StandardManager[/bas]: Seeding of random number generator 
has been completed
2004-08-20 10:51:10 StandardWrapper[/bas:default]: Loading container servlet 
default
2004-08-20 10:51:10 StandardWrapper[/bas:invoker]: Loading container servlet 
invoker
2004-08-20 10:51:10 HostConfig[localhost]: Deploying web application directory 
ROOT
2004-08-20 10:51:10 StandardHost[localhost]: Installing web application at 
context path  from URL file:C:\Program Files\Apache Group\Tomcat 
4.1\webapps\ROOT
2004-08-20 10:51:10 WebappLoader[]: Deploying class repositories to work 
directory C:\Program Files\Apache 

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.



Regards,

Bhaskar

















 






javax.servlet.ServletException: Servlet execution threw an exception
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
at java.lang.Thread.run(Thread.java:479)


java.lang.VerifyError: Cannot inherit from final class
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
at 
org.apache.catalina.loader.StandardClassLoader.findClass(StandardClassLoader.java:621)
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:958)
at 
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.createContentDispatcher(Unknown 
Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.(XMLDocumentFragmentScannerImpl.java:249)
at 
org.apache.xerces.impl.XMLDocumentScannerImpl.(XMLDocumentScannerImpl.java:245)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.(Unknown Source)
at 
org.apache.xerces.parsers.IntegratedParserConfiguration.createDocumentScanner(Unknown
 Source)
at 
org.apache.xerces.parsers.DTDConfiguration.(DTDConfiguration.java:367)
at 
org.apache.xerces.parsers.StandardParserConfiguration.(StandardParserConfiguration.java:198)
at org.apache.xerces.parsers.IntegratedParserConfiguration.(Unknown 
Source)
at 

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 java program
works fine with main method.

Can anybody please tell me what could be the reason for this
and what is the solution for this.



Thanks in advance to all fop users.



Regards,

Bhaskar.












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. Perhaps you can help me.





Ok, since i am producing my fo file from an automatically
created xml file, there are often words wich are too big for a table cell and
so overflow in the next cell. Sometimes words are even to long for one line of
the page. So is there a fo attribute to wrap the word and go forward in a new
linewhen it exceeds a predefined length? It has not to be an
intelligent wrapping like hyphenation.











Ciao.










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, 



With regards

Bhaskar












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 [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 14, 2004 3:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Help me from Outmemory issue

You can probably keep your XML the same.  However, you
*might* find it helpful you if you add a metadata row
for the number of rows you have--if you wish to rely
on that number for subsequent XSLT processing logic.

Your XSL stylesheet however--can you rewrite it to
use more page sequences, or more (but smaller) tables?
 Is there some key value in each record that you can
divide by 10, perhaps, to set up 10 page sequences or
10 different tables?  The Mulberry XSLT list can help
you with any XSLT programming that may require.

HTH,
Glen


--- [EMAIL PROTECTED] wrote:
 Hi all, 
 
 I am having out of memory issues when transforming
 my FO -  PDF using 
 fop-0.20.5rc2. I read that using multiple page
 sequences in the XSL and 
 therefore in the FO means that fop will release some
 memory. I don 't
 see how 
 I can do this. My XML file is generated dynamically
 from a database so I
 
 don 't know how big it will be. Is there any
 solutions I can use that
 uses 
 multiple page sequences or possible change the xml
 structure, if not is 
 there another FOP transformer that isn 't as memory
 intensive. Thanks in
 
 advanced for any help. If I havn 't provided enough
 info please ask and
 I can 
 get back to you.
 
  
 
 With regards
 
 Bhaskar
 
 


-
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]



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 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 in handling the character ''.

Use amp; instead.

To ensure that you always generate proper XML regardless of character 
set, you should change all characters above 127, and ,  and  to 
#numericvalue; instead. The numeric value is the unicode value of the 
character.

-- 
  Thorbjoern Ravn Andersen  ...plus...Tubular Bells!


-
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]



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 in handling the character .



With regards

Bhaskar










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; ()
gt; ()
apos; (')
quot; ()

regards,
Tcho 

-Message d'origine-
De : Thorbjørn Ravn Andersen [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 10 juin 2004 11:24
À : [EMAIL PROTECTED]
Objet : Re: How to handle in fop

[EMAIL PROTECTED] wrote:

 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 in handling the character ''.

Use amp; instead.

To ensure that you always generate proper XML regardless of character set, you 
should change all characters above 127, and ,  and  to #numericvalue; 
instead. The numeric value is the unicode value of the character.

-- 
  Thorbjoern Ravn Andersen  ...plus...Tubular Bells!


-
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]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
wrap-option=wrap/ 



Please tell how to overcome this problem.



With Regards

Bhaskar








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 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 .

wrapping only affects text that can be broken up with spaces. So if
there are 
no spaces in the text, it cannot be wrapped. You can either:

1) turn on hyphenation with properties hyphenate=true language=en
2) if you are generating your FO with a XSLT stylesheet then insert zero
width 
spaces in the long text, which will allow FOP to wrap the text to a
second line.

Chris



-
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]



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 display single
page.



What could be the reason for this ?

Is anybody have solution for this?



Please help me in this regard .



Is there any alternative other than
fo:block-container to put page border?



With regards

Bhaskar










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 fo:block-container within the body of
fo:flow flow-name=xsl-region-body I am getting only
one page in the pdf file and I am
using fo:simple-page-master tag



With Regards

Bhaskar