Hi All, I’m trying to use “Xalan-C 1.10 “ with app that is using Xerces deprecated API. (through Xerces 2.7.0). My targets are to use the xpath API + manipulate node location (importNode) I explored several options…
1. work only with xalan: use XalanDocument and XPathEvaluator to evaluate node(s), but when I tried to use the importNode()/getParentNode () methods, I received exception, it seem the method is NOT implemented in the xalan. 2. use Xerces DOMDocument methods to manipulate nodes, but I couldn’t figure the right code for using Xerces::DOMDocument in Xalan should I use XalanTransformer:: transform (I don’t own XSL file) 2.1 can I use the deprecated API with xalan? I really appreciate if u can share yours knowledge …code example are welcome Thank Tamar -- View this message in context: http://www.nabble.com/using-Xalan-Xpath-and-Xerces%3A%3ADOMDocument-tf2716507.html#a7573897 Sent from the Xalan - C - Users mailing list archive at Nabble.com.