This is probably a Xalan problem rather than a DOM problem. Xalan has its own support mailing lists at http://xml.apache.org; asking there is more likely to get a useful answer. However, in this case the answer's fairly obvious: XSLT is namespace-aware. You've created a non-namespace-aware DOM. Replace your calls to createElement with createElementNS, using the proper namespace URIs. ______________________________________ Joe Kesselman / IBM ResearchReceived on Friday, 26 April 2002 09:48:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:55 GMT