Re: stykesheet attribute version

2002-06-12 Thread Jochen . Maes
the problem is solved, i dunno what changed or what happen, i just rebuild all my jars and now it works same xml, same xsl etc... weird shite :D thx all for helping Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

stykesheet attribute version

2002-06-11 Thread Jochen . Maes
hi guyz/gurlz i'm back :D i have an error, i've been searchin the marc.theaimsgroup.com archive for the solution, but can't really find it... i know it can be solved... anyway, i get the error: java.xml.transform.TransformerConfigurationException: stylesheet requires attribute: version... of

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
cc: Subject: Re: stykesheet attribute version 11/06/2002 11:28

Re: stykesheet attribute version

2002-06-11 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Do you mean that there is no way around it? weird, i can run it from my workstation (same os etc only diff processor and less memory) can't be... if someone knows how to resolve it i would really appreciate it... The exception means that xslt processor couldn't see version

Re: stykesheet attribute version

2002-06-11 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: java -cp kbcs_fop.jar;batik.jar;avalonframework.jar;fop.jar;xalan.jar;iText.jar;logkit1b4.jar;jaxp.jar;xerces.jar;. com.kbcsecurities.test.Startup You didn't show us how you build initprops Map, please. public void process(Map props) throws ProcessException {

RE: stykesheet attribute version

2002-06-11 Thread Torsten Erler
cu Torsten ps: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Dienstag, 11. Juni 2002 14:50 To: [EMAIL PROTECTED] Subject: Re: stykesheet attribute version i showed the code in the first mail , and i do implement the version in the tag... look

Re: stykesheet attribute version

2002-06-11 Thread Peter Jacobs
[EMAIL PROTECTED] wrote: Do you mean that there is no way around it? weird, i can run it from my workstation (same os etc only diff processor and less memory) can't be... The fact that it is logged in bugzilla does not imply it is a bug, in fact that one was tagged as invalid (see comment at

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
attribute version 11/06/2002

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
hi Peter, I tried without it, but doesn't change a thing... still get the same error... and no worries, every help is help... and sometimes other peeps see more then you do after looking @ it for ages :-) greets Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12

Re: stykesheet attribute version

2002-06-11 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: ok don't complain if it is a lot of code: Well, that was really not much, but too hard to grasp, so lets begin from another side: public void process(Map props) throws ProcessException { DOMResult res = null; TransformerFactory transFactory;

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
: onn.com Subject: Re: stykesheet attribute version 11/06/2002

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
Oleg, here is the file (copy and pasted it...) thank you for your help ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:output method=html/ xsl:strip-space elements=*/

Re: stykesheet attribute version

2002-06-11 Thread Peter Jacobs
ok, i'll try one more time, but this really has little to do with FOP. Did you check the xalan-dev archive? http://marc.theaimsgroup.com/?l=xalan-dev Maybe the problem is in setNamespaceAware while(li.hasNext()){ try { String key = (String)li.next();

Re: stykesheet attribute version

2002-06-11 Thread Jochen . Maes
i tried it again with both ways still get the exeption... but thanks anyway, and i'm sorry that i brought it up here, but you guyz are the only ones that really care and really help greets Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683

Re: stykesheet attribute version

2002-06-11 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Oleg, here is the file (copy and pasted it...) Looks good :( Debug your code and if the exception occurs in transForm = transFactory.newTransformer(new DOMSource ... try to ask on your xslt processor mail-list. -- Oleg Tkachenko Multiconn International Ltd, Israel

Re: stykesheet attribute version

2002-06-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: kbcs_fop.jar;batik.jar;avalonframework.jar;fop.jar;xalan.jar; iText.jar;logkit1b4.jar;jaxp.jar;xerces.jar;. ^ Bad idea, remove it. Usually this jar contains ancient and outdated JAXP stuff which interferes with the correct code in