Oleg,

i get my whole xsl file bact printed out... (as good as i can see it...)

if you want it i'll write the output to file...

let me know

Jochen Maes
ICT Development


KBC Securities (kbcsecurities.com)
Havenlaan 12 Avenue du Port SIF 8683
B-1080 Brussels
Belgium
                                        
 Tel    :  +32 2 429 96 81              
                                        
 GSM    :  +32 496 57 90 99             
                                        
 E-mail :  [EMAIL PROTECTED] 
                                        
                                        



This message and any attachments hereto are for the named person's use
only. It may contain confidential, proprietary or legally privileged
information. You may not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. If you have received this e-mail message without being
the intended recipient, please notify KBC Securities promptly and delete
this e-mail. Any views expressed in this message are those of the
individual sender, except where the message states otherwise and the sender
is authorised to state them to be the views of KBC Securities. KBC
Securities reserves the right to monitor all e-mail communications through
its networks and any messages addressed to, received or sent by KBC
Securities or its employees are deemed to be professional in nature. The
sender or recipient of any messages to or of KBC Securities agrees that
those may be read by other employees of KBC Securities than the stated
recipient or sender in order to ensure the continuity of work-related
activities and allow supervision thereof. KBC Securities does not accept
liability for the correct and complete transmission of the information, nor
for any delay or interruption of the transmission, nor for damages arising
from the use of, or reliance on, the information.


                                                                                
                                   
                    Oleg                                                        
                                   
                    Tkachenko            To:     [EMAIL PROTECTED]              
                             
                    <[EMAIL PROTECTED]        cc:                               
                                        
                    onn.com>             Subject:     Re: stykesheet attribute 
version                             
                                                                                
                                   
                    11/06/2002                                                  
                                   
                    16:51                                                       
                                   
                    Please                                                      
                                   
                    respond to                                                  
                                   
                    fop-user                                                    
                                   
                                                                                
                                   
                                                                                
                                   




[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;
 >        Transformer transForm;
 >        String language;
 >        // XML Parsen en de preparatie van het document zodat de renderer
 >        // de juiste gegevens heeft.
 >        try{
 >            language = (String)props.get(languageKey);
 >            transFactory = TransformerFactory.newInstance();

Lets serialize xsl doc at this point to see whether it's ok:

Node xslDOM = (Node)TransformDocs.get(((String)props.get(languageKey)) + "
_XSL");
Transformer idTransform = transFactory.newTransformer();
idTransform.transform(new DOMSource(xslDOM), new StreamResult(System.out));

And what is at the System.out after that ?

--
Oleg Tkachenko
Multiconn International Ltd, Israel





Reply via email to