- From: Joseph Kesselman <keshlam@us.ibm.com>
- Date: Fri, 26 Apr 2002 09:47:45 -0400
- To: NESTOR ZORZANO COZAR <nestorz@fedro.ugr.es>
- Cc: www-dom@w3.org
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 Research
Received on Friday, 26 April 2002 09:48:53 UTC