Search the code for FormatterTreeWalker.  You will find multiple instances
where source tree are serialized as XML.

Dave



                                                                                
                                                   
                      "Michael Hughes"                                          
                                                   
                      <michael.hughes@         To:      
<[email protected]>                                             
                      gf-x.com>                cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                       
                                               Subject: From XalanDocument -> 
std::ostream ??                                      
                      04/17/2003 07:49                                          
                                                   
                      AM                                                        
                                                   
                                                                                
                                                   



Once you have transformed a document, and have the resulting
XalanDocument, what's the eaiest way of serialising that to a
std::ostream ?

For example, I would like to write:-
  XalanDocument MyTransformedDocument ;
  //...
  ...
  std::cout << MyTransformedDocument

Thanks in advance.



Reply via email to