The current released Xalan uses the Xerces deprecated API (#include
<xercesc/dom/deprecated/*)  The deprecated API has the classes for which
you are looking.

Check the mailing list archives, but I believe that the current source tree
in CVS does use the new Xerces API, so you have a few choices you can make:

1)  Change your usage of Xerces to the deprecated API.
2)  Use Xalan from the CVS source tree rather than the official release.
3)  Wait for the next release of Xalan.

Currently, I am using Xalan with the deprecated Xerces API and everything
works well for me.

Thanks,
Anthony Zawacki

410-571-7161
[EMAIL PROTECTED]



                                                                                
                                                       
                      Nick Bastin                                               
                                                       
                      <[EMAIL PROTECTED]        To:       
[email protected]                                                  
                      m>                       cc:                              
                                                       
                                               Subject:  Moving Xerces data 
directly to Xalan                                          
                      03/07/2003 09:59                                          
                                                       
                      AM                                                        
                                                       
                                                                                
                                                       
                                                                                
                                                       




I have an in-memory Xerces DOMDocument, and I'd like to supply it as the
source document for an XSLT transformation, but I'm having trouble figuring

out how to do that.  There's an example on the web site, but I can't seem
to figure out how to get a DOM_Document to pass to
XercesDOMWrapperParsedSource from my DOMDocument.  It appears that only the

DOMParser provided the necessary functionality to do that, and my document
isn't parsed, but rather built from scratch, and it appears that DOMParser
has been replaced by XercesDOMParser, and it doesn't return DOM_Document
from any of its' methods anymore anyhow.

Any ideas?

--
Nick




Reply via email to