Hello Jeremias,
i have read papers about your tip with SAX events. Now I know what you mean
and I think thats a good possibility to make it faster. I have read the
ExampleXML2PDF and try to implement it to my Application. Now I have an
Problem at
//Start XSLT transformation and FOP processing
transformer.transform(src, res);
I get the following Exception:
javax.xml.transform.TransformerException: java.net.MalformedURLException: no
protocol: <VO><dreba.prj.gm3.wp.vo.OrderBuchVO> <id
value="Wertpapierhandel"/><orders value=""/><sortColumn value="6"/><depotId
value="3710720011000"/> <depotinhaber value="v20blankn20blank"/><beratername
value="Janz, Ali"/><agenturnummer value="123456789"/>
<erstelltam value="10.03.2003"/><depotid
value="3710720011000"/><anzorders value="131"/><anzseiten value="3"/>
<auftragsart value="Kauf"/><auftragsdatum
value="05.02.2003"/><ausfuehrungskurs value="-"/><menge value="15.000,00"/>
<mengenEinheit value="EUR"/><orderStatus
value="vorgemerkt"/></dreba.prj.gm3.wp.vo.OrderBuchVO></VO>
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
javax.xml.transform.TransformerException(java.lang.Throwable)
void
org.apache.xalan.transformer.TransformerIdentityImpl.transform(javax.xml.tra
nsform.Source, javax.xml.transform.Result)
void fop.XsltcAdapter.applyStylesheet(java.lang.String,
java.lang.Object, java.io.OutputStream)
void fop.FopAdapter.applyStylesheet(java.lang.String,
java.lang.Object, java.io.OutputStream)
void fop.FopTest.create()
fop.FopTest()
void fop.FopTest.main(java.lang.String [])
Can you help me again. I'm at a loss what to do.
Thank you very much, Jan
-----Urspr�ngliche Nachricht-----
Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 10. M�rz 2003 08:45
An: [EMAIL PROTECTED]
Betreff: Re: AW: performance FO
That's exactly serializing, you know. Not to a file, but serializing
anyway. I didn't want to suggest that this will eat up a lot of time, I
just wanted to point out a factor in the whole equation.
On 10.03.2003 08:42:42 Jan Zmitko wrote:
> thank you for the Answer. Regarding your question, no I dont serialize the
> Value Object to a file. We make from our VO�s an XML (String Object) and
after
> that transform it with XSLT. You can see the percentage value is very low.
I
> don�t think, that the reason is here. About the half time is spent in FOP,
and
> I dont know if I can optimize here something. See the attached p�ece of
the
> result from OPTIMIZEIT (Borland). I think should take my focus the
procedures
> that take long.
Jeremias Maerki
---------------------------------------------------------------------
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]